Adding to Eapzy's reply, the Switch savedata is zlib compressed. On Linux, the zlib-flate command can be used to decompress the file. The command is this:
zlib-flate -uncompress < compressedfilename > outputfilename
I renamed the compressed file to "compressed" and outputted it as the original...