Skip to main content
Archived

AttributeFileWriter and ZipFile option?

Related products:Transformers
  • December 2, 2015
  • 1 reply
  • 36 views

atdvf
Contributor
Forum|alt.badge.img+1

I find it useful when the Textfile is several MB and automatically shipped via email. As you already know, if you use a simple csv writer or text writer, you should be able to zip the attribute files using the Zip icon button to the right of the dataset parameter. Otherwise in some scenarios you need the attributeFileWriter, instead of the text or csv Writers.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

mathieu_ambrosy
Contributor
Forum|alt.badge.img+5

Same problem here :

 

I need to use AttributeFileWriter to create a file inside a ZIP but it dont work (AttributeFileWriter creates a folder named xxx.zip, not a zipfile).

I tried : C:\\Temp\\test.zip\\file.txt and AttributeFileWriter creates a test.zip folder not a zip.