IPWorks EDI 2020 Python Edition

Questions / Feedback?

output_file Property

Specifies the name of the EDI file to write to.

Syntax

def get_output_file() -> str: ...
def set_output_file(value: str) -> None: ...

output_file = property(get_output_file, set_output_file)

Default Value

""

Remarks

Set output_file before calling the start_interchange_header method to write an EDI interchange to a file on disk.

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