Hi guys,
I’m a newbie user of UI VISION.
I scrape some html text into a csv in UI VISION, i would like to know if you guys know a way to export the CSV results with semicolon as separator instead of comma ?
Thanks in advance
Hi guys,
I’m a newbie user of UI VISION.
I scrape some html text into a csv in UI VISION, i would like to know if you guys know a way to export the CSV results with semicolon as separator instead of comma ?
Thanks in advance
concatenate all output values with semicolon using javascript and save
Ok, thank you it works !