Skip to content

Commit

Permalink
Add working files
Browse files Browse the repository at this point in the history
  • Loading branch information
phoughton committed Aug 13, 2024
1 parent bee01a0 commit 741ca2a
Show file tree
Hide file tree
Showing 4 changed files with 2,856 additions and 2,852 deletions.
4 changes: 4 additions & 0 deletions make_xlsx.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import pyiso20022.tools as isotools

isotools.camt053_to_excel("example_files/gs_camt/camt053_001_02.xml",
"camt053_excel.xlsx")
3 changes: 1 addition & 2 deletions tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from pyiso20022.tools.camt053_to_excel import camt053_to_excel
from pyiso20022.tools.lookup import lookup

__all__ = [camt053_to_excel, lookup]
__all__ = [camt053_to_excel]
Loading

0 comments on commit 741ca2a

Please sign in to comment.