Supported file types
WebHammers is designed for structured, tabular data.
Currently supported
WebHammers currently supports CSV-formatted files.
CSV files are plain-text files that represent Record-and-Field data. They are a good fit when each Record is stored on its own line and each Field has a header.
CSV file qualities
CSV files can vary in a few important ways, including:
- delimiter character, such as comma, tab, semicolon, or pipe
- skipped Records before the header or data begins
- quote character, such as double quotes around values that contain delimiters
- Field headers and Field order
- line endings and file encoding
Important note about support
Exact CSV options can vary by Tool and workflow. Some workflows may support more CSV options than others.
This page only documents CSV support. If you need to use another File type, check the WebHammers screen you are using or contact your WebHammers administrator or support contact.
Best practices for input files
For the smoothest experience:
- save or export files in CSV format
- use clear Field headers
- keep one record type per file when possible
- avoid unnecessary formatting that does not affect the data itself
- test new File shapes with a small Run first
If you are unsure
If you are not certain whether a file is a good fit:
- review Choose the right Tool
- start with Data Profiler if available
- test with a small sample File
- contact support if needed