You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@arjunprakash027 After our public 1.0 release, we can attempt adding the feature of Update & Adding New of Records with locking any column as "Unique". So that it can compare the row and check.
--Update
--Unique
Airlift would "Scan & Compare" all the data from the .csv or .json with the data on the Airtable.
If there is no changes on the particular row, it would be skipped.
If there is an update on any record for any row, that particular row would be updated.
If there is a new row record on the incoming .csv or .json, Airlift would add that particular row record to Airtable.
@arjunprakash027 After our public 1.0 release, we can attempt adding the feature of Update & Adding New of Records with locking any column as "Unique". So that it can compare the row and check.
--Update
--Unique
Airlift would "Scan & Compare" all the data from the
.csv
or.json
with the data on the Airtable..csv
or.json
, Airlift would add that particular row record to Airtable.Reference:
https://youtube.com/watch?v=cMA4GPj4iNE&t=1572
The text was updated successfully, but these errors were encountered: