Assure DQ

 View Only
  • 1.  Reading zip files?

    Posted 01-16-2020 08:27

    Can Assure read zip files? If yes, what can it do to it?  dup(hash) check, counts amounts etc...? 



  • 2.  RE: Reading zip files?

    Employee
    Posted 01-29-2020 07:49

    JL... Assure can read zip files using the “network I/O” data access method and a zip:// URL.  Assure can conduct the count amounts and more type of checks queried on a referenced file inside the zip via network IO (zip://...). To hash or dup check the zip file as a whole, you would need to access it as a regular file (C:/some/file.zip).



  • 3.  RE: Reading zip files?

    Posted 04-10-2020 09:16

    Is it possible to read multiple set of files inside 1 zip file?   Was able to read the inside of a zip file with 1 file inside successfully.