When getting fields for a profile, gives the option to explode or collapse structured dates.
explode will report one row for each individual structured date field (dateDisplayDate, dateEarliestScalarValue, etc.)
collapse will report the structured date group xpath parent as the field, with data type = structured date.
This PR also adds the option to output fields csv only for selected rectypes, since this will be needed in order to pull data for creating converter templates, mappings hashes, and validation info.
When getting fields for a profile, gives the option to explode or collapse structured dates.
explode will report one row for each individual structured date field (
dateDisplayDate
,dateEarliestScalarValue
, etc.)collapse will report the structured date group xpath parent as the field, with data type = structured date.
This PR also adds the option to output fields csv only for selected rectypes, since this will be needed in order to pull data for creating converter templates, mappings hashes, and validation info.