I want to create multiple tables after data manipulation of multiple foundry datasets. These tables are to be added to a pdf file which I want to create using the reportlab python library.
How do I utilise the transform api to save the pdf file. Would be appreciated if anyone can help work around this.
You need a code snippet to read/write files to the filesystem of your output dataset.
For instance:
In the specific case of reportlab, I did not test the below code, but that should work/be very close to: