I have ETL Metadata Injection
steps which injects the meta data to the CSV file input
step present in the template. I am able to inject all the meta data like File name to read , delimiter and field names and type of fields but I am not able to inject the meta for check box values like "Header row present
"? or "Running in parallel
"?
Question: what kind of values I should inject to make use of these check box's to be checked or unchecked dynamically?? is it
1.) YES/NO
2.) yes/no
3.) 1/0
4.) enable/disable
5.) true/false
6.) TRUE/FALSE