Opened 10 years ago

Last modified 10 years ago

#11812 new enhancement

cannot nest Include macro in CSV — at Version 2

Reported by: 5@… Owned by: Ryan J Ollos
Priority: normal Component: CsvMacro
Severity: normal Keywords: nest
Cc: Trac Release:

Description (last modified by Ryan J Ollos)

I want to auto-generate tables in csv form, and have them show up in the wiki as soon as they're checked in. The CsvMacro and IncludeMacro have the two functions I need, but won't nest. Here's a test:

trac tests

bracket form Include doesn't work in brace-bracket CSV

{{{
#!CSV
[[Include(http://www.andrewpatton.com/countrylist.csv)]]
}}}

next: CSV works in bracket form

[[CSV(hi, there)]]

but: bracket Include in bracket CSV doesn't work

[[CSV([[Include(source:python/systemTests/weakSignal.csv)]])]]

although bracket form Include works on its own

[[Include(http://www.andrewpatton.com/countrylist.csv)]]

Change History (2)

comment:1 Changed 10 years ago by Jun Omae

Description: modified (diff)

comment:2 Changed 10 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.