We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse thinks one expression is two :(
Looks like this, note two triangles on gutter:
As text:
call apoc.load.json('file:///RTC/ProductSpecification.json') yield value UNWIND value.value as r //with r limit 10 merge (ps:ProductSpecification {id: r.id, name: r.name, description: r.description}) with * unwind r.specCharUse as specCharUse with *, specCharUse.characteristic as c merge (pc:ProductCharacteristic {id: c.id, displayValue: c.displayValue}) merge (pc)-[:SPEC_CHAR_USE]->(ps) with * unwind specCharUse.specCharValueUse as specCharValueUse with *, specCharValueUse.characteristicValue as v merge (cv:CharacteristicValue {id: v.id, displayValue: coalesce(v.displayValue, 'null')}) merge (cv)-[:SPEC_CHAR_VALUE_USE]->(ps) merge (cv)-[:OF_CHARACTERISTIC]->(pc);
Using plugin 0.8.0 + Build #IU-242.23339.11, built on September 25, 2024.
The text was updated successfully, but these errors were encountered:
workaround: select required block and execute Run query action (plugin registeres one, can add keyboard short too)
Run query
Sorry, something went wrong.
No branches or pull requests
Parse thinks one expression is two :(
Looks like this, note two triangles on gutter:
As text:
Using plugin 0.8.0 + Build #IU-242.23339.11, built on September 25, 2024.
The text was updated successfully, but these errors were encountered: