Property | ST | Description |
---|---|---|
Skip | S | When the Skip property is set to true, segments that do not match those in the applied schema file are not read. The default is false. If you are reading large EDI files and have many mismatches, then Map Designer parsing time increases – in which case, keep the default setting. |
CodeSetFile | ST | This is the file containing the definition of allowed code set values for fields, used mainly for validation. Click the ellipsis , browse to your file, and click Open to apply the schema file. |
QualifiedFieldNames | ST | This is the name path of the parents of the segment parents in the schema tree. If QualifiedFieldNames is true, Qualified Name is put before a field name. The default is false. |
SchemaFile | ST | Allows you to choose a schema file for your source or target file. Click the ellipsis , browse to your schema file and click Open to apply the schema file. |
Validation | ST | None is the default setting. Click the arrow for a list of the following validation methods: • Composite/Element – Validate maxuse, requirement, min/max length and default value. • Loop/Segment – Validate maxuse and requirement. • Composite/Element+Loop/Segment – Validate both composite/element and loop segment. This property works differently on source and target files. Validation on the source side occurs when you select the Apply button in Source Properties. On the target side, validation occurs at run time. If validation is successful, this is indicated in the log file and if there are errors, error messages are logged to the log file. On source-side validation, the first error is recorded in the log file and then the transformation stops before any other errors are recorded. On the target side, all errors are recorded to the log file, since validation occurs at run time. |
SegmentTerminator | T | In this property, you may select a Segment Terminator from the list. See the ElementSeparator list for your options. |
ElementSeparator | T | In other connectors, such as ASCII (Fixed), this property is called the FieldSeparator. Here is a list of element separators from which you can choose: • CR-LF • STX (0001) • SOT(0002) • ETX(0003) • EOT(0004) • ENQ(0005) • ACK(0006) • BEL(0007) • BS(0008) • HT(0009) • LF(000A) |
• VT(000B) • FF(000C) • CR(000D) • SO(000E) • S1(000F) • DLE(0010) • DC1(0011) • DC2(0012) • DC3(0013) • DC4(0014) • NAK(0015) • SYN(0016) | ||
• ETB(0017) • CAN(0018) • EM(0019) • SUB(001A) • ESC(001B) • FS(001C) • GS(001D) • RS(001E) • US (001F) • SP(0020) • ! (0021) • " (0022) • #(0023) • $(0024) • %(0025) | ||
• & (0026) • '(0027) • ( (0028) • ) (0029) • * (002A) • + (002B) • , (002C) • - (002D) • . (002E) • / (002F) • : (003A) • ; (003B) | ||
• < (003C) • = (003D) • >(003E) • ? (003F) • @(0040) • [ (005B) • \ (005C) • ] (005D) • ^ (005E) • _ (005F) • ‘ (0060) • { (007B) • | (007C) • } (007D) • ~ (007E) • DEL (007F) | ||
LineWrap | T | Sets the type of line wrap you want to use in your data file. The default is None. Some EDI files may consist of a constant stream of data with no line separators. LineWrap forces a temporary line-wrapping behavior. When you attempt to connect to your EDI file and you receive parse error messages, try changing the setting to CR-LF, CR, LF, or LF-CR. |
WrapLength | T | Sets the length of line wrap you want to use in your target file. The default is 80. |
SubElementSeparator | T | In this property, you can select a subelement separator from the list. See ElementSeparator above for the complete list of separators. The SubElementSeparator property value supersedes any value mapped in the ISA segment. Allows overrides of values from the command line or through the API. |
RepetitionSeparator | T | Sets the character used to separate multiple occurrences of a field. Supported for HIPAA 5010 schemas. |