Getting 'invalid format' error on CSV upload — how to fix?

Get help from the community with errors, edge cases and workflows.
Post Reply
zoe_f
Posts: 5
Joined: Sat Sep 06, 2025 10:45 pm

Getting 'invalid format' error on CSV upload — how to fix?

Post by zoe_f »

When I try to upload my Screaming Frog CSV I get an 'invalid format' error immediately. I've triple-checked the export type. What else could be causing this?
Kate M.
Posts: 27
Joined: Sat Aug 23, 2025 3:24 pm

Re: Getting 'invalid format' error on CSV upload — how to fix?

Post by Kate M. »

The most common causes:
  • Wrong export type: You need 'All Inlinks' from Bulk Export, not the regular Links export
  • BOM encoding: Some Screaming Frog versions add a UTF-8 BOM. Try opening in Excel and re-saving as CSV UTF-8 (no BOM)
  • Semicolon delimiter: If your system locale uses semicolons as decimal separators, Screaming Frog may export semicolon-separated. LinkJuice expects comma-separated.
  • Empty file: If the crawl was interrupted, the export may have headers but no data
Try option 2 first — BOM is the most frequent cause of this error.
Oliver
Posts: 12
Joined: Thu Apr 09, 2026 3:28 pm

Re: Getting 'invalid format' error on CSV upload — how to fix?

Post by Oliver »

Totally agree with the above. I'd also look at the outgoing links from your strongest pages. If your homepage links to 200+ things it loses focus. Cutting that list to 30-40 links concentrating on commercial pages made a noticeable difference for us.
Dev
Posts: 12
Joined: Fri Jan 23, 2026 4:40 pm

Re: Getting 'invalid format' error on CSV upload — how to fix?

Post by Dev »

Just adding a data point: we did this analysis for an 80,000-page e-commerce site and the run time was under 2 minutes in Chrome. No issues at all. The orphan detection alone saved us probably 15 hours of manual audit work.
Post Reply