TAR
Creates a tarball for a list of files
Categories: Data Parsing/Conversion
Syntax
TAR(compressed_file_data)
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)