Frends.CSV.ConvertToXML / 1.6.0
Summary
Reads CSV text and emits XML, using the header row for element names and optional column definitions to decide types.
Typical use — feeding a delimited file into an XSLT or schema-validation step
1.6.02026-08-24
Changed
- Target framework updated from net6.0 to net8.0.
- Added error handling support with ThrowErrorOnFailure and ErrorMessageOnFailure options.
- Added Error property to the Result object for capturing failure details when ThrowErrorOnFailure is false.
1.5.02026-01-21
Added
- Add options to fix illegal node names. The default behavior is throwing an error if the node name is invalid.
1.4.02025-12-29
Added
- Add option to ignore quotes.
1.3.02025-12-05
Changed
- Update package CsvHelper to version 33.1.0.
1.2.02025-10-06
Changed
- Updated Repository link in the metadata.
1.1.02024-08-20
Added
- Updated NewtonSoft.Json to the latest version 13.0.3.
1.0.02023-08-24
Added
- Initial implementation