Pipe delimited

Previous topic - Next topic

Steve Lance

We have been using comma delimited csv files and CMOD converts to excel.  A user is requesting to use pipe delimited.  How can we use pipe delimited files? 

Justin Derrick

CSV is a format that Excel recognizes natively.  What tool are they intending to use to read these files?

If they're concerned that some of the fields contain commas, you can fix this by quoting them:

Derrick,Justin,123-456-7890  # Three fields
"Derrick,Justin","123-456-7890" # Two fields

-JD.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Steve Lance

They intend to read these files from OnDemand.  There is not a way to use pipe delimited files?