Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
There is currently no way to specify only specific columns to extract in the delimited & CSV nodes.
I have raised this as an enhancement request within our system, as issue# 5343.
However, I think that for a delimited or CSV format, you will find that the majority of time is spent on parsing the data as opposed to outputting it.
For fixed format files, then if you are skipping certain fields, then you don't need to parse them so this would be a significant performance improvement.
However, for a format whereby all of the fields need to be parsed anyway in order to determine their location within a record, I don't think this would make such a big difference.
Regards,
Tim.