MINUMUM IMPORTER VERSION: 3.20.6768.26476


EVENT: CSVAfterImport


SYNOPSIS: Re-writes the incoming CSV file after each line is imported to provide better fault tolerance for importing.


DESCRIPTION: CSV Tracker is designed to keep track of each CSV line that is imported and re-write the CSV file so if the import cycle is interrupted you can resume the import without causing duplicates. Each row of the CSV is removed just after it is imported to ensure it is not going to be imported again. IMPORTANT: This Add-In assumes that the row imported is the second in the CSV and that the first row is the header - which is standard functionality in Importer. If you have any any custom add-ins that change this behavior you should NOT use this Add-In.


CONFIGURATION: There is no configuration needed for this Add-In.