ChatGPT Reads CSV But Reports Wrong Column Names or Merged Columns
Upload a CSV and ChatGPT lists weird columns, merges two into one, or treats the header row as data — delimiter detection is the usual culprit.
Articles tagged with #ChatGPT files
Upload a CSV and ChatGPT lists weird columns, merges two into one, or treats the header row as data — delimiter detection is the usual culprit.
Upload an XLSX and ChatGPT reports cell values fine — but anything formula-driven comes back as a literal string like '=SUM(A1:A10)'. Here is why and how to fix.
You replaced the file but ChatGPT keeps quoting the old version — cache, duplicate filenames, and chat history are the usual culprits.
Scanned or handwritten PDFs return 'no text found' or hallucinated content — the built-in extractor only reads the text layer. Fix with an OCR pre-pass.
Upload a big spreadsheet, ask 'how many rows are there,' and ChatGPT confidently says 1000 — token-budget truncation. Here is how to analyze the whole file.
Upload a ZIP and ChatGPT only sees the filename — never extracts. File-type filtering and sandbox rules block automatic unzipping. Here is the workaround.
Encrypted PDF uploads succeed visually but ChatGPT answers as if the file is empty. The rejection is silent — no error banner, just hollow replies.
Upload a JSON file expecting ChatGPT to query keys and aggregate values. It instead reads the file as a wall of text and answers by string-matching.
Numbers come back wrong, headers misaligned, dates flipped — the data toolchain has quirks. Here's how to keep results accurate.
You asked for analysis, got bullet points that anyone could write without reading the file. The fix is prompting for evidence, not the model.
You uploaded a file, asked a question, and now the file is gone from the chat. Whether it's actually gone — or just out of context — depends on where it was attached.
ChatGPT rejects your file or says it can't analyze it. Conversion is almost always faster than fighting the type.
ChatGPT created a file but the download link 404s, hangs, or comes back empty. Usually session expiry, plan gating, or sandbox timeout.
You uploaded a screenshot or chart and ChatGPT describes it wrong. Usually resolution, OCR limits, contrast, or vague prompting.
200-page report uploaded, but the summary feels like it only read 30 pages. The model is "skimming" — force depth with chunked queries.
You uploaded 3 files expecting comparison, but ChatGPT only references one. Cross-file synthesis needs explicit instruction.
You wrote detailed Project Instructions and ChatGPT keeps ignoring them mid-conversation. The cause is usually instruction weight, conflict with the message, or a Projects-feature limitation.
You uploaded files to a Project but ChatGPT acts like they don't exist. The cause is usually filename signal, retrieval scope, or query phrasing.
You set instructions and files in a Project, but a chat inside the Project ignores them. Here's how the two scopes really interact.
PDF uploaded fine but ChatGPT misses tables, skips pages, or hallucinates numbers. The fix is almost always extraction layer, not the model.