Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csv-table macro - is it possible to get this working? #119

Open
Thomas-Haase opened this issue Sep 22, 2021 · 6 comments
Open

csv-table macro - is it possible to get this working? #119

Thomas-Haase opened this issue Sep 22, 2021 · 6 comments

Comments

@Thomas-Haase
Copy link

Thomas-Haase commented Sep 22, 2021

I' m still working with 5.9,
Is it possible to get the csv-table macro working? I'm trying this:

<!-- Macro: :CSV:
     Template: ac:csv-table
     Attachment: 'foo.csv'
     Source: 'attachment'
     Separator: ';' -->

I get the following message:

2021-09-22 13:58:05.361 FATAL unable to load template
                              └─ unable to read template file
                                 ├─ open ac:csv-table: no such file or directory
                                 └─ name: ac:csv-table
@Skeeve
Copy link
Contributor

Skeeve commented Jun 3, 2022

Do you happen to have a documentation of the macro? In our confluence it does not exist.

@Thomas-Haase
Copy link
Author

the relevant documention can be found here:

@Skeeve
Copy link
Contributor

Skeeve commented Jun 3, 2022

Unfortunately it does not describe the <ac:… part and I have no confluence which shows me the source.

@Thomas-Haase
Copy link
Author

Thomas-Haase commented Jun 3, 2022

is this example from my confluence instance helpful? I have taken it from the source view.

<p>
  <ac:structured-macro ac:macro-id="f6722d0e-4454-4f0d-a7ba-31935200627b" ac:name="csv-table" ac:schema-version="1">
    <ac:parameter ac:name="password"/>
    <ac:parameter ac:name="attachment">Release_Count_Ext.csv</ac:parameter>
    <ac:parameter ac:name="header"/>
    <ac:parameter ac:name="source">attachment</ac:parameter>
    <ac:parameter ac:name="encoding">UTF-8</ac:parameter>
    <ac:parameter ac:name="login"/>
    <ac:parameter ac:name="separator">;</ac:parameter>
  </ac:structured-macro>
</p>

@Skeeve
Copy link
Contributor

Skeeve commented Jun 3, 2022

Okay. And if you now give me the text you would want to enter, I can think about implementing something like that.

@Thomas-Haase
Copy link
Author

Okay. I will make a suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants