In order for this utility to function properly, your CSV file MUST be formatted exactly like the provided sample.
Dates must be supplied in a string.
Numbers must be supplied as numbers without currency formatting.
Failure to format the data correctly can cause data corruption. Please make sure you make a copy of the local database before proceeding.
@if (Model == ImportMode.GasRecord)
{
Download Sample
} else if (Model == ImportMode.ServiceRecord || Model == ImportMode.RepairRecord || Model == ImportMode.UpgradeRecord)
{
Download Sample
} else if (Model == ImportMode.TaxRecord)
{
Download Sample
} else if (Model == ImportMode.SupplyRecord)
{
Download Sample
} else if (Model == ImportMode.PlanRecord)
{
Download Sample
} else if (Model == ImportMode.OdometerRecord)
{
Download Sample
}