smolder
smolder copied to clipboard
HL7 Apache Spark Datasource
Results
1
smolder issues
Sort by
recently updated
recently updated
newest added
Given a dataframe that loads the HL7 files, can you provide an example of parsing a segment_field and/or subfield from the message column? val repro = spark.read.format("hl7").load("...") 