RaymiiOrg / confluence-python-cli

A simple python script for interaction with a Atlassian Confluence Wiki
121 stars 57 forks source link

Add --delimiter option for 'listpages' and 'getpagesummary' #6

Closed jwarlander closed 9 years ago

jwarlander commented 9 years ago

Both of these actions used to have ", " as a hard-coded field delimiter. This made it difficult to process the output if, eg., a page name had ", " in it. The new --delimiter option makes it possible to use an arbitrary string as field delimiter, instead.

The delimiter defaults to ", " to avoid breaking things for existing users.

RaymiiOrg commented 9 years ago

Thanks :+1: