python - output program results to csv with custom delimiter -


hi want run python script , output results csv like:

python ./script.py >` results.csv 

however want add own delimiters. unfortunately have long list of delimiters:

abcdefghijklmnopqrstuvwxyz{':,} []() 

yes it's quite long - long libreoffice put in text delimiter field. wondering how @ command line i'm guessing won't fussy amount of delimiters using.

thanks much!


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -