Ah, that has done the trick.
Original Message:
Sent: 11-15-2024 12:28
From: Ernest Jones
Subject: How to read CSV files within a ZIP file
Andrew,
I think what is displayed is dataflow properties, rather than node properties. Click on the canvas, i.e. whitespace between the nodes, to deselect the nodes. Then I think you'll see those properties.
------------------------------
Ernest Jones
Precisely Software Inc.
PEARL RIVER NY
Original Message:
Sent: 11-14-2024 21:32
From: andrew darnell
Subject: How to read CSV files within a ZIP file
Hi Gerry
For some reason I am unable to find the below screen to make further changes.
When I click on the node>Properties>Configure I just get the below, am I missing some step?
------------------------------
andrew darnell
Knowledge Community Shared Account
Original Message:
Sent: 11-12-2024 11:24
From: Gerry Mullin
Subject: How to read CSV files within a ZIP file
The file is on my c drive. Did you edit it the ZipFile and ExtractDirectory properties?
Original Message:
Sent: 11-12-2024 05:29
From: Adrian Williams
Subject: How to read CSV files within a ZIP file
I was working in parallel on a solution using an approach similar to Gerry's (thanks for the contribution) and thought I would post it in case it helps you or someone else.
The aim was to produce a node that would allow you to use the Directory Picker and File Picker functionality to specify the location of the source zip (in particular when using a Server instance of Data360 Analyze where you may not have direct access to the underlying filesystem).
Unfortunately, there doesn't seem to be an easy way to allow the use the output value of the File Picker functionality within the Python script in a Transform node. The example node instead uses a two-step approach that enables you to use the Directory Picker to select the directory where you have uploaded the source zip file (in the green box above) and then use the File Picker to select the actual zip file (the blue box above).
The example was built using Data360 v.3.14.0.
Gerry - for some reason I was getting a file not found error with your node (I'm not sure why, I was using a Windows Server instance).
------------------------------
Adrian Williams
Precisely Software Inc.
Original Message:
Sent: 11-11-2024 00:08
From: andrew darnell
Subject: How to read CSV files within a ZIP file
Hi Support
I was hoping that someone could help me with reading csv files that are zipped without a password.
Since our version of D360 is cloud based, I can only upload 6 files at a time, and I have over 1000+ files I would need to upload. So, I was thinking that if I could zip them into one file and then use a node to read the zip file and then use the csv node to read the file contents.
It would be great if someone could help by putting a simple graph together on how to read the zip file and I could then pull it apart and massage it for what I need.
Looking forward to your replies
------------------------------
andrew darnell
Knowledge Community Shared Account
------------------------------