ExternalLineHelpers Methods |
The ExternalLineHelpers type exposes the following members.
Name | Description | |
---|---|---|
StripIndexNo |
Translate a tuple with an ExternalLine object to a tuple with the same object and a source or target number of 1.
| |
ToExternalLine(IEnumerableTupleString, Object) |
Translate a record expressed as a sequence of key-value pairs into an ExternalLine object with an undetermined cluster number.
| |
ToExternalLine(String) |
Translate a line of text into an ExternalLine object.
| |
ToExternalLine(IEnumerableTupleString, Object, Int32) |
Translate a record expressed as a sequence of key-value pairs into an ExternalLine object.
| |
ToExternalTuple(IEnumerableTupleString, Object) |
Translate a record expressed as a sequence of key-value pairs (where a cluster number is undetermined) into a tuple used by intake suppliers and output consumers in case of a single source or target.
| |
ToExternalTuple(String) |
Translate a line of text into a tuple used by intake suppliers and output consumers in case of a single source or target.
| |
ToExternalTuple(TupleIEnumerableTupleString, Object, Int32) |
Translate a tuple with a record (expressed as a sequence of key-value pairs) to a tuple with an ExternalLine object.
| |
ToExternalTuple(TupleString, Int32) |
Translate a tuple with a line of text to a tuple with an ExternalLine object.
| |
ToExternalTuple(IEnumerableTupleString, Object, Int32) |
Translate a record expressed as a sequence of key-value pairs into a tuple used by by intake suppliers and output consumers in case of a single source or target.
| |
ToExternalTuple(String, Int32) |
Translate a line of text into a tuple used by suppliers and consumers.
| |
ToExternalTuple(IEnumerableTupleString, Object, Int32, Int32) |
Translate a record expressed as a sequence of key-value pairs into a tuple used by intake suppliers and output consumers.
| |
ToRecordTuple |
Translate tuple with an ExternalLine object to a tuple with a record (expressed as a sequence of key-value pairs).
The source or output number remains unchanged.
| |
ToTextTuple |
Translate a tuple with an ExternalLine object to a tuple with a line of text.
The source or output number remains unchanged.
| |
ToTuple(String) |
Translate a line of text into a tuple consisting of this line and a source or target number of 1.
| |
ToTuple(ExternalLine) |
Translate an ExternalLine object into a tuple used by intake suppliers and output consumers in case of a single source or target.
| |
ToTuple(String, Int32) |
Translate a line of text into a tuple consisting of this line and a corresponding source or target number.
| |
ToTuple(ExternalLine, Int32) |
Translate an ExternalLine object into a tuple used by intake suppliers and output consumers.
|