-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Is there a way to read multiple record types from one CSV file? The file I am getting has a header (with column names and values), followed by detail records (with column names and values). It looks something like this:
Version,Control Number,Date,Time,Routing Number,Records Received,Records Accepted,Total Errors,Total Warnings,Total Duplicates
'4.2','88888888111','20151015','121530',**,'100','96','3','1','1'
Location ID,Location Name,Order Number,Date Filled,Comment
'12345','Test Location','1','20151015','Invalid Identification'
'12345','Test Location','2','20151015','Out of Stock'
'12345','Test Location','3','20151015','Invalid Item Number'
'12345','Test Location','4','20151015','Duplicate = same as Row 3'
Thanks for your help!
Metadata
Metadata
Assignees
Labels
No labels