GlennRicaud / data-toolbox-app

Apache License 2.0
10 stars 1 forks source link

Handle XP Dump Archive #22

Closed GlennRicaud closed 4 years ago

GlennRicaud commented 4 years ago

Handle 7.3 dump archives:

Valid XP dump archive: 1) File name MUST finish with ".zip" 2) MUST contain an entry

Check for XP dump archive: 1) File finishing in ".zip" 2) Contains exactly 1 entry "^[^/]+\/dump.json$" => Would require too much time to go through the entire archive

Decision: