May 20, 2024
345
PDI File Contents
PDI files with attachments should be created as a single ZIP file that contains the following:
- The client data CSV files zipped with a folder called attachments.
- The attachment files stored in the attachments folder. The names of the files should match the PK of the associated record in the exp_attachments table. For example:
Each attachment has a record in the table exp_attachment. This is the full table structure:
Note: att_record_fk can reference records in different tables, and att_field_location_rfk determines which table is referenced for each record.