-1

Is there a way to copy the contents of a smartsheets table to a postgres table? We would like to schedule this as part of our ETL pipeline. Hoping to avoid using a third party service like zapier or integromat if possible.

user2491463
  • 414
  • 1
  • 6
  • 16

1 Answers1

0

Smartsheet data isn't returned as a table, so you'll need to loop over every row, loop over every cell. You could map it if you need to do this regularly.