Skip to main content
Question

Insert/update data in a CSV file using database actions

  • 18 July 2024
  • 2 replies
  • 42 views

I am trying to insert/delete data in/from a CSV file using database actions but getting syntactical error,

INSERT INTO WBSApprover_20210712.csv] ((PUPlant], User], PasswordAdapter]) VALUES ('$recSNOWDataa0]$', '$recSNOWDataa2]$', 'PasswordAdapter1');

Any help would be greatly appreciated.

2 replies

Userlevel 3
Badge +7

How are you setting up the Database connection string?

Badge

Unfortunately, CSV files are static and cannot be updated.
You must either write the data to Excel and update it there

Reply