CSV Validation: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    12 January 2026

    • curprev 19:3819:38, 12 January 2026Phil talk contribs 533 bytes +533 Created page with "== CSV Validation == Validation of CSV entries is as follows: * For integer entries Only [0,9] - (minus character) are allowed. * For string and define entries By default only [0,9] [a,z] [A,Z] $ (dollar sign) _ (underscore) . (period) are allowed. But you can expand this using a CORE/TEMPLATECHARS.TXT file. This file can have any number of entries of the form VALID "X" Where X can be any valid ascii character. The string following VALID must b..."