The 'SAS' format catalogue CSV is expected to contain the standard CNTLOUT
columns: FMTNAME, START, END, LABEL,
TYPE, HLO, SEXCL, EEXCL.
Supported SAS format types:
N
Numeric VALUE format \(\to\) ks_format with
type = "numeric"
C
Character VALUE format \(\to\) ks_format with
type = "character"
I
Numeric INVALUE (informat) \(\to\) ks_invalue
with target_type = "numeric"
J
Character INVALUE (informat) \(\to\) ks_invalue
with target_type = "character"
Incompatible types (logged with a warning):
P
PICTURE formats \(-\) no equivalent in ksformat
Rows with SAS special missing values (.A\(-\).Z,
._) in the HLO field are logged as incompatible entries and skipped
because R has no equivalent concept.