Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Support slice types #34

Closed
wants to merge 1 commit into from
Closed

Support slice types #34

wants to merge 1 commit into from

Conversation

iahmedov
Copy link

@iahmedov iahmedov commented Nov 27, 2017

This fixes bug related to parsing values given as array. traefik/traefik#2416

Chose CSV parser, because it has better handling of comma separated values including consideration of quotation mark.

1,2,3 -> 
- 1
- 2
- 3

word, "quoted", "quoted and comma," -> 
- word
- quoted
- quoted and comma,

@coveralls
Copy link

coveralls commented Nov 27, 2017

Coverage Status

Coverage increased (+0.6%) to 80.965% when pulling a6f3a5b on iahmedov:array_support into af517d5 on containous:master.

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

Successfully merging this pull request may close these issues.

3 participants