public enum FileFormatType
{
Unknown,
Dbf,
Csv,
Delimited,
Fixed,
Excel,
Access
}
Data can be submitted in any of the following formats, or in these formats contained in a zip file with optional
password protection.
When cleansed data is purchased, it is returned in the same format as it was submitted in with the exception of Excel and Access
files, which are returned as CSV files.