mirror of
https://github.com/mikefarah/yq.git
synced 2025-03-10 11:15:36 +00:00
trial hint
This commit is contained in:
parent
e30f679bea
commit
deb71a277c
@ -1,5 +1,10 @@
|
|||||||
# Working with CSV and TSV
|
# Working with CSV and TSV
|
||||||
|
|
||||||
|
{% hint style="warning" %}
|
||||||
|
Note that versions prior to 4.18 require the 'eval/e' command to be used.
|
||||||
|
`yq e <exp> <file>`
|
||||||
|
{% endhint %}
|
||||||
|
|
||||||
## Yaml to CSV/TSV
|
## Yaml to CSV/TSV
|
||||||
|
|
||||||
You can convert compatible yaml structures to CSV or TSV by using:
|
You can convert compatible yaml structures to CSV or TSV by using:
|
||||||
|
@ -28,9 +28,4 @@ If you [enable step debug logging](https://docs.github.com/en/actions/managing-w
|
|||||||
|
|
||||||
Thanks @[**devorbitus**](https://github.com/devorbitus)**!**
|
Thanks @[**devorbitus**](https://github.com/devorbitus)**!**
|
||||||
|
|
||||||
****
|
|
||||||
|
|
||||||
{% hint style="warning" %}
|
|
||||||
This is a hint
|
|
||||||
{% endhint %}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user