I need to add an attribute with a running counter to each row in a CSV-file. However, by using @Count() or i.e -4400+@Value(L_SAG_PK) or other similar attribute values, it seems to stop working when the resulting value exeeds 127. How do I generate bigger numeric values.
Page 1 / 1
Have you tried the Counter transformer?
To a existing csv?
You can of course simply expose the "csv_line_number" attribute...
To a existing csv?
You can of course simply expose the "csv_line_number" attribute...
The Counter tranformer gives the same result. Counting fine until 127. After that no resulting value at all.
Have you tried the Counter transformer?
Found the solution. The resulting attribute was defined as an int8 type, which cannot exeed 127.