@@ -15,6 +15,8 @@ Input files are read with the browser File API and decoded as UTF-8. Text is cop
|
||||
- XML rejects `DOCTYPE`, entity declarations and XInclude before parsing. The parser is not used to load external resources, and imported markup is never inserted into the DOM.
|
||||
- CSV/TSV dynamic typing is disabled. Spreadsheet-safe export prefixes cells beginning with `=`, `+`, `-`, `@`, tab or carriage return; disabling it produces a warning in the conversion report.
|
||||
- The safe query language has no evaluator, functions, filters, recursive descent or scripts.
|
||||
- Schema inference is capped by sampled nodes/fields and is labelled as inference, not validation.
|
||||
- Structural edits use strict JSON Pointer traversal, reject prototype-affecting keys, and cannot bypass the parsed-node/depth ceilings. Lossy source serialization requires a separate acknowledgement.
|
||||
|
||||
Conversion is not sanitisation. XML-to-object conventions, typed-scalar coercions, nested CSV cell encoding, TOML null handling and unsafe numeric conversions are reported alongside the generated result. Users should inspect that report before relying on converted output.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user