IPWorks EDI 2020 Python Edition

Questions / Feedback?

edi_filename Property

In a sender, if Filename is specified, the file specified will be used for the EDI payload of the transmission.

Syntax

def get_edi_filename() -> str: ...
def set_edi_filename(value: str) -> None: ...

edi_filename = property(get_edi_filename, set_edi_filename)

Default Value

""

Remarks

In a sender, if edi_filename is specified, the file specified will be used for the EDI payload of the transmission. edi_name will be populated with the name of the file.

In a receiver, when incoming_directory is set, this will be populated with the absolute path of the file which contains the processed message contents.

Note: When edi_output_stream is set, the data will be written to the stream and this property will not be populated.

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