I have created aws crawler which uses classifier to import csv files to data table. Which is working fine.
Issue: Every time crawler overwrites old data. I want to keep previous data and append new content of csv files.
i.e I have uploaded csv file with 250 records. And when I execute that crawler it populated table with 250 rows.
Now If I replace that csv file with some other content then It is overwriting old 250 rows and populate table with latest data only.
Can anyone please help me how can I keep old records and append new data.
Thank you,