Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
HI, I am trying to import CSV file which contains URLs but URL get separated into two parts due to colon sign ":".
Please help me to fix this issue.
@Baocon97
I believe you need to convert the cookies to the format that BAS understands, and then import them into BAS using a standard method.
Take a look: https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-Cookie
@spa3212 said in Reading input data from csv file of non english:
@Fox so don't know for csv file this doesn't work, but for txt file it does :) anyways thans.
This works for any text file. Attach the file for the test
@super84 I've read it. But I don't understand how it works. Can you make a video about it. Thank you so much I tried running with the following link: C:\Users\Administrator\Desktop\akm This directory is empty. After running it, nothing happens.
@Fox @Administrator
@Diya.3rif BAS has internal function csv_parse, but it doesn't handle rows without commas. So this won't work
while this
will work.
Anyway there is regexp support, so you can process text very easy. This regexp should work for you \"([^\"]+)\"
And here is project which solves your problem. 0_1504114213349_MultilineCsvProcess.xml