As you can see, in the headers there are two fields named Product and Denominazione, and in the query I try to use them.
The query returns the following error (but also a warning with a yellow triangle along the line) telling me:
The provided property key is not in the database
One of the property names in your query is not available in the database, make sure you didn't misspell it or that the label is available when you run this statement in your application (the missing property name is: Denominazione)
WITH row, trim(row.Denominazione) as denominazione
^
The provided property key is not in the database
One of the property names in your query is not available in the database, make sure you didn't misspell it or that the label is available when you run this statement in your application (the missing property name is: Product)
WHERE row.Denominazione <> "" and row.Product <> ""
The two fields are not into the database, because they are into the file to be imported!!!!
12;Baladin Isaac Blanche 75cl;;cl.75;880;Birra;;Baladin;;https://www.bernabei.it/media/catalog/product/l/_/l_12.png;http://www.bernabei.it/baladin-isaac-blanche-75-cl;;in stock;Birre;490
The problem has been solved moving to neo4j 4.3.2 ;-)