Function: partialTimestamp()
partialTimestamp(
position):AstmRecordWarning
Build an ASTM_RECORD_PARTIAL_TIMESTAMP warning. Emitted when a
YYYYMMDDHHMMSS value had an odd digit run that truncates a component; the raw
run is preserved and no time is fabricated.
Parameters
position
Returns
Example
import { partialTimestamp } from "@cosyte/astm";
partialTimestamp({ recordIndex: 2, recordType: "P", fieldIndex: 8 });