We have been using Kettle 3.2. We have few issues encountered while using this tool.
1. We have given "Split every 50000 rows" fora text file output but the way the files get split is inconsistent. 1st file has 49999 records and all subsequent files have 50000 records. Occasionally files get split up exceeding 50000 records.
2. All CSV files that we create as output has a appended 0 to the very first file. Ideally file count should start from 1.
3. We have a requirement to have headers enabled for our empty csv files. Currently 0 bites empty files have nothing inside.
Is there anyway that these issues can be fixed? Can we avoid these issues if we migrate to a newer version?
1. We have given "Split every 50000 rows" fora text file output but the way the files get split is inconsistent. 1st file has 49999 records and all subsequent files have 50000 records. Occasionally files get split up exceeding 50000 records.
2. All CSV files that we create as output has a appended 0 to the very first file. Ideally file count should start from 1.
3. We have a requirement to have headers enabled for our empty csv files. Currently 0 bites empty files have nothing inside.
Is there anyway that these issues can be fixed? Can we avoid these issues if we migrate to a newer version?