Skip to content

Commit

Permalink
update importer script
Browse files Browse the repository at this point in the history
  • Loading branch information
LianxinGao committed Apr 29, 2021
1 parent 106f846 commit fa5f15e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions packaging/src/main/distribution/bin/importer-panda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@

NODESCOUNT=0
RELSCOUNT=0

add_node_file(){
NODES[${NODESCOUNT}]=$1
NODESCOUNT+=1
}
add_rels_file(){
RELS[${RELSCOUNT}]=$1
RELSCOUNT+=1
}
DELIMETER="--delimeter=,"
ARRAY_DELIMETER="--array-delimeter=|"

help_func(){
echo ""
Expand Down

0 comments on commit fa5f15e

Please sign in to comment.