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).
any solution please?
@stephenperry18
Create a Resource of LinesFromFile. In the recording studio, use Resource Location to get the file path (keep reuse checked on the resource).
Next, use File System's 'Read File' using the Path from Resource Location.
Load it where ever you need.
Best way is to use httpclient ..Superfast and very low bandwidth usage but depends on what you wish to accomplish.
@andy231 said in QR code image loading in Whatsapp Web:
Just untick "Disable webrtc and canvas" in settings while you're in record mode. hope this helps.
That works! Thank you very much, @andy231 .
@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