Insert data from csv to sql database

So, I’ve been searching how can I upload csv rows to sql database, I found the following topic (Insert csv rows to database) but it’s throwing an error at the end (step 8)
Error: Execute Non Query: Object reference not set to an instance of an object.

HI
once after getting the datatable from READ CSV file we can directly pass that as input to INSERT activty,
we dont need to use FOR EACH ROW activity
for more info

Cheers @C.Santiago

2 Likes

Wonderful it worked just fine!
Thank you so much @Palaniyappan ! :slight_smile:

1 Like

Cheers @C.Santiago

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.