Skip to content

Commit 0eede6c

Browse files
committed
feat: add operations section data mapping
1 parent d22deca commit 0eede6c

File tree

1 file changed

+5
-0
lines changed
  • sources/platform/integrations/data-storage/airtable

1 file changed

+5
-0
lines changed

sources/platform/integrations/data-storage/airtable/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ Apify extension looks at the field labels in your table and matches them with da
126126
Source: `crawl.depth`
127127
it checks for fields in your table with label either `depth` or `crawl.depth`. If there is a match it adds a mapping row automatically.
128128

129+
#### Import operations
130+
131+
1. **CREATE**: New table is created for each run of this integration.
132+
2. **APPEND**: New records are added to the specified table. If the table does not yet exist, new one is created.
133+
3. **OVERWRITE**: All records in the specified table are replaced with new data. If the table does not yet exist, new one is created.
129134

130135
#### Duplicate filtering
131136

0 commit comments

Comments
 (0)