Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

explain_-ocols_full.rst_ 1.0 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. .. _-ocols_full:
  2. **-o**\ *cols*\ [,...][,\ **t**\ [*word*]]
  3. Select specific data columns for primary output, in arbitrary order. Columns
  4. not listed will be skipped. Give columns (or column ranges
  5. in the format *start*\ [:*inc*]:*stop*, where *inc* defaults to 1 if
  6. not specified) separated by commas. Columns may be repeated.
  7. To write from a given column until the end the columns, leave off *stop*.
  8. [Default writes all columns in order].
  9. Normally, any trailing text in the internal records will be written but
  10. when **-o** is used you must explicitly add the column **t**. To only output a single word from the
  11. trailing text, append the word number (first word is 0). Finally, **-on** will
  12. simply write the numerical output only and skip any trailing text, while **-ot**
  13. will only output the trailing text (or selected word). **Note**: If **-i** is
  14. also used then columns given to **-o** correspond to the order *after* the **-i** selection
  15. and not the columns in the original record.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...