mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-07 09:02:59 +00:00
10 lines
271 B
Bash
10 lines
271 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
unstructured-ingest \
|
||
|
airtable \
|
||
|
--metadata-exclude filename,file_directory,metadata.data_source.date_processed \
|
||
|
--personal-access-token "$AIRTABLE_PERSONAL_ACCESS_TOKEN" \
|
||
|
--output-dir airtable-ingest-output \
|
||
|
--num-processes 2 \
|
||
|
--reprocess
|