'¿Is it possible to load packed decimal with streamsets?

I'm using StreamSets and will soon need to load data from fixed length file and packed decimal (cobol comp-3) to insert into Postgres to regular number numeric(n,d)

Is it possible to read packed decimals with a data collector? Do I need to pass the format somehow?

I've used as source Directory stage to load CSV data. Can I use the delimited format? Or can I convert it into a field-type converter?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source