IPWorks EDI 2020 Python Edition

Questions / Feedback?

element_value Property

The value directly associated with this EDI element.

Syntax

def get_element_value(element_index: int) -> str: ...

Default Value

""

Remarks

The value directly associated with this EDI element.

Note that this property will be populated with the entire element contents when a composite element exists. The components of the composite element will also be parsed out into the element_component_name, element_component_type, and element_component_value properties.

The element_index parameter specifies the index of the item in the array. The size of the array is controlled by the element_count property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]