Ok, I got an email from canvasdatahelp telling me that files downloaded from canvas console don't have duplicate records, I downloaded the file and try to unpack it with the CLI, but I got this error
events.js:174
throw er; // Unhandled 'error' event
^
Error: unknown compression method
at Zlib.zlibOnError [as onerror] (zlib.js:162:17)
Emitted 'error' event at:
at errorOrDestroy (internal/streams/destroy.js:107:12)
at Unzip.onerror (_stream_readable.js:733:7)
at Unzip.emit (events.js:198:13)
at Zlib.zlibOnError [as onerror] (zlib.js:165:8)
I was assuming that maybe the file that I downloaded was wrong, so I did a CLI fetch to get the same file, now I can't unpack my files.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.