MartinFen / Graph-theory-neo4j-timetable-graphDB

NoSql graph db for college tt system
1 stars 1 forks source link

Issue with using regex to split a whole line of strings up #4

Closed MartinFen closed 7 years ago

MartinFen commented 7 years ago

I cant split a sentence up using regex where i have a lectures details on one line but need the data split into several lines

MartinFen commented 7 years ago

I think I can solve the issue by just finding the white spaces between words and adding a comma since the data will be loaded by a csv file

MartinFen commented 7 years ago

The issue will be fine with certain data extracted such as room numbers but its more complex with things like the lectures data coppied from http://www.gmit.ie/staff-directory

MartinFen commented 7 years ago

Issue is resolved for this project as im only using a small amount of data to prototype a db