Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I believe the issue is with your source file. I created a gz file from a csv file and then unzipped it again to an output folder. When I checked the output file, the file was in right position with proper enter characters.
output file
One query I am having is the envt where you are building the files. For example, if it was a Linux system which created the zip file and you are trying to read it with a Windows system, sometimes the issue may pop up.
The reason is that in Linux, Line feed is the line line separator but in Windows Line Feed+Carriage return combo is the line separator. Could you please check if this is the case here?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Hi,
tfileunarchive component is used to unzip a file and there are no schema related activities here.
If you want to validate the schema, please use tSchemaComplianceCheck component.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Hi,
Could you please share a sample file with and without zipping?
I will try some test runs on top the test files.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Hi,
I believe the issue is with your source file. I created a gz file from a csv file and then unzipped it again to an output folder. When I checked the output file, the file was in right position with proper enter characters.
output file
One query I am having is the envt where you are building the files. For example, if it was a Linux system which created the zip file and you are trying to read it with a Windows system, sometimes the issue may pop up.
The reason is that in Linux, Line feed is the line line separator but in Windows Line Feed+Carriage return combo is the line separator. Could you please check if this is the case here?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂