skip to Main Content

How to use delimiter having multiple characters using apache commons csv

I have a input file whose delimiter is a combination of characters like #$#. But apache commons CSVParser consider only a character not multiple characters. Please find the input file: Rajeev Kumar Singh ♥#$#[email protected]#$#+91-9999999999#$#India Sachin Tendulkar#$#[email protected]#$#+91-9999999998#$#India Barak Obama#$#[email protected]#$#+1-1111111111#$#United States Donald…

VIEW QUESTION

Wamp url rewrite issue – Apache

My url is http://localhost/site.in/names-in.php?loc=kochi My required url is http://localhost/site.in/names-in/kochi I have this in .htaccess which unfortunately not working. Options +FollowSymLinks RewriteEngine on RewriteRule names-in/(.*)/ names-in.php?loc=$1 I have this in page print_r($_GET); which shows empty array. Any inputs why its not…

VIEW QUESTION
Back To Top
Search