Can I extract a value from a cell (during csv import with visual integrator) rather than the entire cell?

SOLVED

Let's say I have a cell that looks like this (with carriage returns):

email: [email protected]
destination: Ft Lauderdale on July 4 2020
************
other stuff


Is there a way within Sage 100 to extract just the value "Ft Lauderdale on July 4 2020"?

Parents Reply
  • 0 in reply to iateadonut

    To put it a different way, there is no such thing as a "cell" in a CSV.  If you have a file in Excel, with cells containing CRLF characters, and SaveAs CSV... the result will not be usable as a VI import file.  Excel may be able to read that kind of CSV and re-interpret the line breaks properly, but VI absolutely cannot.

Children