alleyway / add-tradingview-alerts-tool

Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
MIT License
623 stars 140 forks source link

Ways to pass Json string in .csv file (support handling \" character) #146

Open jaewonha opened 1 year ago

jaewonha commented 1 year ago

I hope I could use below type of input.csv

symbol,upper,lower,name,msg,url BITHUMB:1INCHKRW/BINANCE:1INCHUSDT,1.5,-1.5,1,"{\"body\" : \"1INCH @±1.5% Binance Perp(O) Binance Borrow($75,800)\", ...}",https://wh.jandi.com/connect-api/webhook/29719272/0fd345277b6990d8dcc9a7fc0204f4d8

but it seems atat files to parse \" charater. any plan to supprt this?