Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to Update & Add New Records #16

Open
IAmVigneswaran opened this issue Oct 29, 2023 · 1 comment
Open

Ability to Update & Add New Records #16

IAmVigneswaran opened this issue Oct 29, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request future idea Features to add in future
Milestone

Comments

@IAmVigneswaran
Copy link
Contributor

@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.

Reference:
https://youtube.com/watch?v=cMA4GPj4iNE&t=1572

@IAmVigneswaran IAmVigneswaran added the enhancement New feature or request label Oct 29, 2023
@IAmVigneswaran IAmVigneswaran added this to the 1.1 milestone Oct 29, 2023
@IAmVigneswaran
Copy link
Contributor Author

@arjunprakash027 Let's add this after the public release of 1.0.

@IAmVigneswaran IAmVigneswaran modified the milestones: 1.1.0, 1.2.0 Nov 6, 2023
@IAmVigneswaran IAmVigneswaran added the future idea Features to add in future label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future idea Features to add in future
Projects
None yet
Development

No branches or pull requests

2 participants