Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table plus
sortIcontrue


KeyReplacementDifference if heading row?
*original value
emptyoriginal value
blankblank
#row number (starting at 1 for the first data row)blank
numbervalue of the column identified by column number (1 based)
namevalue of the column identified by column name lookup if valid
!| (may be needed when using wiki markup)
[{ (may be needed when using wiki markup)
]} (may be needed when using wiki markup)



Examples

...

Add a Row Number with Augments

Code Block
-a run -i "examplegear -a getSpaceList -f @temp" \
       -i "csv -a copyCsv --sourceFile @temp --headingAugments # --augments %#% --columns 1,2,5 -f @temp" \
       -i "csv -a convertCsv --sourceFile @temp --outputType text"
...
Converted data
 #  Name                 Home Page              
 1  Test                 Test                   
 2  Demonstration Space  Welcome to Confluence



Additional References

...