IPWorks OFX 2020 Python Edition

Questions / Feedback?

write_ofx_data_file Method

Writes the OFX response sent by the server to a file.

Syntax

def write_ofx_data_file(file_name: str) -> None: ...

Remarks

This method records the entire OFX response, including HTTP and OFX headers to a file. This file can later be read and parsed by the read_ofx_data_file method as though it were a live response.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]