wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.97k stars 263 forks source link

Add double quotes to csv output if needed #221

Closed lllama closed 6 years ago

lllama commented 6 years ago

This PR will wrap a value in double quotes if it contains a comma. A little hacky (will break if the value also contains a double quote).

lllama commented 6 years ago

Should fix #220 (or make it a little better)

fxaguessy commented 6 years ago

Merged, changes done in 65d86e99b48a258eb5b34171029ce5572987568d. Thanks @lllama for your contribution !