Hi All,
Is there a way to read through CSV file uploaded under ‘/content/assets’? I want to do it through scheduler job. Please let me know how we can do it. Any example code snippet would be a great help.
Thanks
Rahul
Hi All,
Is there a way to read through CSV file uploaded under ‘/content/assets’? I want to do it through scheduler job. Please let me know how we can do it. Any example code snippet would be a great help.
Thanks
Rahul
The data will be in a binary property on the asset node. Note that the node structure will be handle->asses set node → asset node. From the asset node you can get the binary property, from which you can get a stream. Then you need to parse that stream.