sql - Bash creating csv from values -


i'm trying create csv in bash script values i'm getting non-csv file. problem see values have commas(,) in them.

the csv file wrong because of (the values commas in them 2 or more different values now) there way rid of problem or other way build csv in bash script. can create other files too, needs compatible standard sql import.

thanks

i added quotation marks before , after every value , works great. csv looks should.


Comments

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -