I want to import excel spread sheets I have into Conflunce. The Confluence Documentation says you can: https://confluence.atlassian.com/display/DOC/Importing+Content+Into+Confluence. However, I see nothing on the UWC Documantation or in some web searches.
Here is is what I am aiming to do:
I want each row of the spreadsheet to be a page. So...
I have UWC 3.13.0 running on My Windows 7 PC. Just have no idea what to do to import the spreadsheet. If there is an alternative solution, I am down for that, as well.
Thanks for the help. Oh, I am not a developer, as I am sure the question implies, so be easy.
I may be late to the party on this one, but can you just copy the CSV content into Word, format the content as Heading 1 and then import the word document? Here's a video I made of this process yesterday http://t.co/znCGNy00
Very clever approach. Thanks for the valuable tip!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aren't the errors clear enough? While using HTTP there seems nothing running at port 80 at 'domain'. Are you able to access Confluence from a browser in the machine you running the CLI? Is there a proxy server configured in the browser?
And for HTTPS, it appears to be running with self signed certificates, hence follow this article for importing the certificates to the local JRE keystore
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would add that the user id you should use should NOT be qualified by your windows domain. It needs to be the user id as known by JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I'm trying to connect with the cli and getting:
java.net.ConnectException: Connection refused: connect
Here it is:
D:\Tools\cli>confluence --action getServerInfo --server http://domain --user user@domain --password Passw0rd Unable to log in to server: http://domain/rpc/soap-axis/confluenceservice-v1 with user: user@domain
Cause: ; nested exception is: java.net.ConnectException: Connection refused: connect
When trying to connect with https getting another error:
Unable to log in to server: https://domain/rpc/soap-axis/confluen ceservice-v1 with user: user@domain Cause: ; nested exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Confluence Command Line Interface can be used - you will need to install it on your PC. The following assume you have customized the confluence command to provide your server and user credentials or just add them directly to the command below. Refer to the Documentation for more information on the actions:
confluence --action runFromCsv --file importPages.csv --common "--action addPage --space john --parent home"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bob, thanks for the response. Here is where I am at, and stuck.
Conflunce Remote API is on
I went to Conflunce Admin > General Configuration > Feature Settings and it is Checked next to Remote API (XML-RPC & SOAP).
Download CLI & Run
...Nothing. Here is a screen shot. What am I doing wrong?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The command is confluence. To test use:
confluence --action getServerInfo --server http://your_server --user your_id --password your_password
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I am using Windows after having a Mac for 5 years, so I am sure I am doing something wrong, but here is the command line I tried. I assumed that "http://your_server" means the url the Conflunce is hosted on and where I go to log in. Tried it both with the "www" and without.
Oh, I have a 3rd party managing the hosting for this Conflunce Instance. Thought you should know that. Anything they need to do, I will have to contact them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I missed this one. CLI requires JAVA be installed and on your path or directory qualified.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.