Skip to content

Commit

Permalink
Update fnUnzipContents.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PBI-DataVizzle authored Jun 10, 2022
1 parent 84d9936 commit f27744c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UnzipContents/fnUnzipContents.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

## function code
```js
(ZIPFile) =>
let
Expand Down Expand Up @@ -37,3 +39,12 @@ let
in
Table.FromRecords(Entries)
```

## invoke function
```js
let
Source = File.Contents("[Full path to your zip file]"),
Files = UnzipContents(Source)
in
Files
```

0 comments on commit f27744c

Please sign in to comment.