Original file sample

This is a sample of an order information file:

po123,ACME_Electronics,EUR,5000^501?Computers?2^502?Printers?3|po234,ACME
Furnitures,USD,2000^601?Tables?1^602?Chairs?4

This example file contains two records in a header-line format with these delimiters as separators:

  • | is the row separator.
  • , is the header field separator.
  • ^ is the order line separator.
  • ? is the order line's field separator.