You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to take a date out of the filename to add to the HL7 output.
Filename example: MRMC_Epic_Demo_2024-2-29.txt
Not sure how to do this in the Transformer to use to strip away the "MRMC_Epic_Demo_" and ".txt"
The text was updated successfully, but these errors were encountered:
I think the question would be better placed in the “nextgenhealthcare / connect” repostitory.
I assume that the SourceConnector is a FileReader. In this case, the name of the file is in the SourceMap under 'originalFilename'. The date could then be extracted into a variable 'dateFileName'.
I need to take a date out of the filename to add to the HL7 output.
Filename example: MRMC_Epic_Demo_2024-2-29.txt
Not sure how to do this in the Transformer to use to strip away the "MRMC_Epic_Demo_" and ".txt"
The text was updated successfully, but these errors were encountered: