Sample Schema file
You can create a sample schema file using the data given below.
Note: You can copy and paste the sample data in any blank text file, save it as .SCH to create a file.
"ISKEY","ISNULLABLE","ISFILTERABLE","DATATYPE","PRECISION","SCALE","FLD_DISPLAY_NAME","FLD_NAME","FLD_DESCRIPTION"
"Y","N","Y","integer",10,10,"IndIdNbr","IndIdNbr","Lead Id"
"N","Y","Y","string",256,256,"LetterType","LetterType","Typoe of Letter"
"Y","Y","Y","date",256,256,"LatestLtrDate","LatestLtrDate","Latest Letter Date"
"N","Y","Y","string",256,256,"ModelMatch","ModelMatch","Model Type"
"N","Y","Y","string",256,256,"CampaignName","CampaignName","Name of the Campaign"
"N","N","Y","date",256,256,"PromoDate","PromoDate","Date of Promotion"
"N","Y","Y","long", 15, 15,"TmOperatorId","TmOperatorId","Operator Id"