Tag: csv
Comment importer des données d’un fichier csv dans votre base Neo4J
Pour récupérer un fichier csv : on utilise la commande suivante :
USING PERIODIC COMMIT
LOAD CSV WITH HEADERS FROM "file:absolutepathtofile" AS csvLine
FIELDTERMINATOR ';'
CREATE (object:Object {parameter: csvLine.CSVLigne1Colonne1})
"USING...



![[PowerQuery]-Comment générer une table temps ? Générer une table temps](https://i1.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/03/PowerQuery_Generation_table_temps.png?resize=218%2C150&ssl=1)


![[PowerBI][DAX] – Comment compter le nombre de ligne d’une table ?](https://i2.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/01/powerbi-dax-countrows-logo-1.png?resize=100%2C70&ssl=1)