I am trying to read a zipped table, which has its entries separated by colons. In Mathematica 12.1.1 (and earlier) this worked well with the following command:
Import[ "test.zip", {"produkt*", "Table"}, "FieldSeparators" -> {";"} ][[1]]; In Mathematica 12.2.0 the colons are no longer recognised. This looks like a bug to me, or has the syntax changed? Has anyone noticed this as well?