Batch create nodes from a file, how to set node name?

I ran a cypher script file from command line, it created 4 nodes. Then I opened the database browser I saw all nodes had the same names. However, one of the imported nodes properties has unique values. How can I set node name by using that unique value so that in the browser I know which node I click?
Thank you very much.

Hello @jzhou002 :slight_smile:

By node name, do you mean node label? If yes, have a look here.

Regards,
Cobra