Skip to content

Writes a PlaidCloud project table to a document account as a SQL file containing CREATE TABLE and INSERT statements. Useful when you need to hand off data to a system that ingests SQL scripts rather than CSV or Parquet.

For loading directly into a remote database, use the appropriate database export step or Agent Remote Import instead — those are faster and don’t require an intermediate file.

No examples yet…