Skip to content

Instantly share code, notes, and snippets.

@medy36
medy36 / draft.csv
Created June 5, 2014 14:18
draft.csv
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
Adresse;Codepostal;Ville;Province;Téléphone;lat;lng;country
71 Avenue Jean Mermoz; 69008; LYON; LYON; 0537458595; 45.7340598;4.8774533;fr
265 av de mazargues; 13008; marseille; marseille; 0661282925; 43.2622654; 5.394101;fr
81 av marechal leclerc; 64000; pau; pau; 003386154575; 44.924365; -0.485714;es
81 av marechal leclerc; 64000; pau; pau; 003386154575; 44.924365; -0.485714;es
81 av marechal leclerc; 64000; pau; pau; 003386154575; 44.924365; -0.485714;es
81 av marechal leclerc; 64000; pau; pau; 003386154575; 44.924365; -0.485714;es
81 av marechal leclerc; 64000; pau; pau; 003386154575; 44.924365; -0.485714;es
1484 route d'annecy; 74370; charvonnex;charvonnex;00000;45.9827887;6.1654369;it
<?php
namespace Plt\Bundle\UserBundle\Security\Core\User;
use HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface;
use HWI\Bundle\OAuthBundle\Security\Core\User\FOSUBUserProvider as BaseClass;
use Plt\Bundle\UserBundle\Entity\User;
use Plt\Bundle\UtilityBundle\Helper\ImageProcessor;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\Security\Core\User\UserInterface;
<?php
/**
* Payment for package
*
* @Route("/{_locale}/checkout/package", defaults={"_locale"="fr"}, name="coralto_lbp_order_package")
* @Method("POST")
* @Template("")
*/
public function paymentAction(Request $request)