TAR

Creates a tarball for a list of files

Syntax 

TAR(compressed_file_data)

Usage examples 

Example 1

Input

1
{
2
"zip_files": [
3
{
4
"name": "example.txt",
5
"contents": "hello, world!"
6
},
7
{
8
"name": "other.csv",
9
"contents": "1,2,3"
10
}
11
]
12
}

Formula

TAR(files)
Was this helpful?