Won't Fix
Details
Assignee
UnassignedUnassignedReporter
Norbert BedeNorbert BedePriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Norbert Bede
Norbert BedePriority
Created July 14, 2014 at 9:33 AM
Updated October 2, 2020 at 4:14 PM
Resolved August 22, 2020 at 7:00 PM
i face the problem with import file when importing data from mobile scanner (cipherlab) trough csv by scheduler.
I need to specify to read First row, where valid data starting in csv, and do not process it.
example: my csv file including
example.csv
r1. string (do not want import)
r2. header (do not want import, just specify columns)
r3. data (i want to start import from this row)
i suggest to add to file loader format and import file loader.
Field1. First Row - Specify row number, where import starting
Field2. Last Row / Specify row number, where import stopping
Field3. Field Name Row - just describe file format.
business logic
1. user specify import loader format - set first row...etc.
2. user opens import file loader, selects the format. (first row loaded)
3. start import. (system starts data processing from first row until last row if specified, otherwise go at the file end.)
this could be running by scheduler too, then first row will be specified as parameter.
norbert