S
Stephen
We have an application we use (MAS 500) that imports CSV files. We use
Excel to create these files; however, since the last upgrade of our
application, we are now required to have the header in each CSV file
use the following format:
"@HDR","BATCH","20060127","Daily 1/27/2006",""
"@HDR","JOURNAL","","1"
The problem is getting the quotation marks right. It will look fine in
Excel, but no matter what I try, it won't give me the format above.
Instead, the CSV file will have either no quote marks or double quote
marks.
I know that doubling up on quote marks is part of Excel's process of
converting to CSV, and I understand why that is useful in most cases,
but in this case it is just the opposite.
Any suggestions?
Excel to create these files; however, since the last upgrade of our
application, we are now required to have the header in each CSV file
use the following format:
"@HDR","BATCH","20060127","Daily 1/27/2006",""
"@HDR","JOURNAL","","1"
The problem is getting the quotation marks right. It will look fine in
Excel, but no matter what I try, it won't give me the format above.
Instead, the CSV file will have either no quote marks or double quote
marks.
I know that doubling up on quote marks is part of Excel's process of
converting to CSV, and I understand why that is useful in most cases,
but in this case it is just the opposite.
Any suggestions?