i have csv data more than 200k rows to create dynamic table. How do i setup or write script in Boundaries?
Hello @ruppawat,
You can user a Regex expression to look for something that will never exist in a specific column like an empty string. This way all CSV lines will be in 1 records since the condition will never be met. Like so:
Hi Jchamel
Thank you so much.