I had a followup question to this related post -
Formatting a CSV to force Excel to interpret value as a string (not date or number)
I was wondering how does one escape text starting with " using "=""Data Here""" in a TAB delimited file..
Example:
column1 column2 column3
1 "SampleText 123465
I tried
"=""""SampleText"""
and
"="""SampleText"""
but neither worked!