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

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -