Apr 28, 2020 12:42 AM
Hi there,
i’m looking a way to export a table in csv.
that’s pretty easy
The trouble is that certains field (adresses for example) contains comma.
i wonder if there is wildcard or regular expression in the scripting block.
i aint found it in the docs
thanks !
Apr 28, 2020 04:39 PM
The scripting block supports vanilla JavaScript APIs, so you can use regular expressions!
Apr 29, 2020 01:19 AM
Stephen_sue,
Thanks a lot