
- Currently, these files are entire table dumps - so you get a complete view of the source table.
- You should expect to either replace the existing table data in your data warehouse/database or else selectively insert the information
- We expect to move to “daily deltas” some time in Q2/2023, and will work with you to ease that transition, when the time comes
- We include an “EOF” file marker for each table export. This file tells you that the entire table has been exported into the corersponding CSV. This is important because…
- when the exported file size would be > 1 GB, then we split the delivery into a series of ~ 100MB files.
- Collectively, these files are the same as the source table
- Each file is well-formed (complete rows)
- Each file has a row-header
- The EOF file is written after the table export is completed