From software problem to a clear next step.
Choose a topic and what you need to do next. Add a search phrase to find a specific problem.
Browse 20 topics
Explore the playbooks
1500 guides · Page 25 of 60
-
Triage CSV Delimiter Detection Failures
Find where CSV columns split incorrectly by comparing raw records, parser settings, and the import preview before changing a mapping.
-
Prioritize CSV Delimiter Detection Fixes
Rank delimiter detection problems by rejected imports, silent field shifts, affected file producers, and the availability of a clear format choice.
-
Investigate CSV Delimiter Misidentification
Reproduce delimiter selection with a small file matrix that separates separator frequency, quoted punctuation, sampling, and preview behavior.
-
Verify a CSV Delimiter Detection Change
Check delimiter selection against quoted punctuation, late records, explicit overrides, and the final imported values rather than the preview alone.
-
Prevent Recurring CSV Delimiter Mistakes
Keep a small delimiter fixture library and format contract that make new export styles, sample limits, and preview mismatches easier to recognize.
-
Triage CSV Rows Split by Quoted Line Breaks
Distinguish physical lines from logical CSV records and locate the boundary where quoted multiline values stop being preserved during import.
-
Prioritize Multiline CSV Import Problems
Assess quoted newline defects by affected text fields, silent row shifts, validation clarity, and the effort required to preserve users’ original content.
-
Investigate Quoted Newlines in CSV Imports
Trace multiline records through byte handling, parser state, chunk boundaries, and error reporting with a small set of explicit expected values.
-
Verify Multiline CSV Record Handling
Verify quoted newline imports preserve complete values, logical row counts, chunk-boundary behavior, and useful locations for malformed records.
-
Keep Multiline CSV Failures From Returning
Document logical record boundaries, preserve a decisive multiline fixture, and review preprocessing changes that could split quoted fields before parsing.
-
Triage Garbled Text in Data Imports
Locate the first decoding mismatch by comparing original file bytes, preview text, stored values, and exports without resaving the source file.
-
Prioritize Text Encoding Defects in Imports
Rank encoding failures by permanent character loss, affected languages and fields, detection before confirmation, and recovery from original files.
-
Investigate Character Encoding During Import
Use known byte sequences to distinguish wrong decoding, repeated transcoding, normalization, storage, and rendering in the import pipeline.
-
Verify Imported Text Preserves Its Characters
Check supported encodings, invalid bytes, preview agreement, stored values, and retrieval using character examples that expose decoding mistakes.
-
Prevent Repeat Import Encoding Failures
Maintain an explicit encoding contract, a small multilingual fixture set, and review triggers for file producers and text conversion changes.
-
Triage Changed Identifiers After an Import
Compare original identifier text with previews and stored values to locate lost leading zeros, scientific notation, or rounded numeric-looking IDs.
-
Prioritize Identifier Precision Loss in Imports
Assess altered identifier strings by broken relationships, silent acceptance, recoverability from source, and the number of affected import workflows.
-
Investigate Numeric-Looking Identifier Corruption
Trace identifiers as exact strings through export, inference, numeric conversion, mapping, and storage to isolate the first loss of identity.
-
Verify Exact Identifier Preservation in Imports
Verify long digit strings, leading zeros, type inference, stored identity, and related lookups without normalizing away differences in the expected values.
-
Prevent Numeric Coercion of Imported Identifiers
Record which import fields represent identity, preserve exact-string fixtures, and review changes to inference or spreadsheet export handling.
-
Triage Incorrect Header Detection in Imports
Find whether an import mistakes headings for records or consumes the first data row by comparing source layout, preview labels, and row counts.
-
Prioritize Import Header Detection Defects
Assess header mistakes by silent first-record loss, imported labels, affected export layouts, and whether users can correct the preview before committing.
-
Investigate How Imports Choose a Header Row
Compare explicit header settings and inferred layouts across all-text files, introductory lines, and the preview-to-import handoff.
-
Verify Header and First-Record Handling in Imports
Check headerless files, real headings, introductory lines, and all-text records against exact expected row counts and imported values.
-
Prevent Recurring Import Header Mistakes
Preserve ambiguous header fixtures and document how labels, introductory lines, and first-record offsets are chosen across the import workflow.