into glob
for conversions
Convert value to glob.
Signature
> into glob {flags} ...rest
Parameters
...rest
: For a data structure input, convert data at the given cell paths.
Input/output types:
input | output |
---|---|
list<string> | list<glob> |
record | record |
string | glob |
table | table |
Examples
convert string to glob
> '1234' | into glob
1234
convert filepath to glob
> ls Cargo.toml | get name | into glob