CRM-19192 - Event participant (and possibly other entity) imports do not handle ...
authorVanagaS <udanvh.cnsmjt.vanagas@gmail.com>
Mon, 19 Sep 2016 15:02:49 +0000 (20:32 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 21 Sep 2016 13:22:34 +0000 (18:52 +0530)
commite6859ac58675126f606872cf2379b3eaf35a94a0
treec93dae419987e39b961a39c5dacb220f44022f66
parenta907bbace9f3f3cee2cbd09cef1d9620bd59fd53
CRM-19192 - Event participant (and possibly other entity) imports do not handle "non-comma CSV"

The default field separator (delimitor) present is config
($config->fieldSeparator | CRM_Core_Config) and this was used without
considering the delimitor presented via the screen. This fix addresses
this issue.
CRM/Event/Import/Form/MapField.php
CRM/Event/Import/Form/Preview.php