๐Quick Start Guide
Steps
Retrieving the data
//Direct read
DataTable file = Transformer.TableFromFile("Properties.csv");
//From a byte array and mime type
file = Transformer.TableFromFile(
File.ReadAllBytes("Properties.csv"),
TransformUtil.ToMimeType("csv"),
"Properties.csv");Retrieving associated files (maps, lookups, segments)
Transforming
Produce Data
Reporting
Summary
Last updated
