QUESTION:
I have a scheduled Find IDs job set up in JobBuilder and it keeps giving me this error:
- [Description:The output file for FindId's is not a supported type]
My output file format is a supported type. How do I resolve?
ANSWER:
This error has come up under two different circumstances:
1. The quotes around a parameter are not acceptable. It may not be the output file parameter quotes, check all double quotes.
- This mostly occurs when copying and pasting from Microsoft Word or another application.
- Deleting and re-typing the quotes will fix the issue.
- You will need to look closely at the example below to see the odd looking quote at the end of .csv:
- Example: "C:\Users\Ohinkle\Desktop\DemandTools Jobs\File Bucket\LeadToContactCampaignMemMatch.csv”
2. The input file parameter does not have a worksheet specified.
- Input files require a worksheet name be specified (not applicable for .csv).
- EX: "C:\Users\Olivia\Desktop\JobBuilderTrainingExport.xlsx" "OH Data"
- OH Data is the name of the worksheet and must be enclosed in double quotes.
- EX: "C:\Users\Olivia\Desktop\JobBuilderTrainingExport.xlsx" "OH Data"