/
hl7.parse and hl7.message - dealing with windows paths

hl7.parse and hl7.message - dealing with windows paths

This is a little problem we solved to make it easier to run scripts from windows customers on a Mac OS computer. This helper wrapper translates windows paths with \ into / characters.

This is part of the ‘shim’ library the converter uses. This shows it in action:

image-20231017-211114.png

Did you know that you just use / style separators on windows? It generally makes for more readable code since you don’t need to escape them like forward slashes.

 

Related content

Iguana 6 Channel Importer
Iguana 6 Channel Importer
Read with this
Problems with concatenating directories
Problems with concatenating directories
More like this
Getting Started
Getting Started
Read with this
Understanding HL7 delimiters
Understanding HL7 delimiters
More like this
A library to recreate Iguana 6 APIs for easier porting of code
A library to recreate Iguana 6 APIs for easier porting of code
Read with this
Where is the value of what an HL7 parser gives in the translator?
Where is the value of what an HL7 parser gives in the translator?
More like this