Skip to content

Instantly share code, notes, and snippets.

View AlexanderThiele's full-sized avatar
💻
👋

Alexander Thiele AlexanderThiele

💻
👋
View GitHub Profile
@AlexanderThiele
AlexanderThiele / gist:5ad87dbefa0e34e323f4
Last active January 21, 2016 11:06
json foursquare
{"meta":{"code":200,"requestId":"56a0bb95498e2190d6fabc03"},"notifications":[{"type":"notificationTray","item":{"unreadCount":0}}],"response":{"suggestedFilters":{"header":"Tippen und anzeigen:","filters":[{"name":"Jetzt geöffnet","key":"openNow"},{"name":"Mit Specials","key":"specials"}]},"suggestedRadius":922,"headerLocation":"New York","headerFullLocation":"New York","headerLocationGranularity":"city","totalResults":245,"suggestedBounds":{"ne":{"lat":40.70695304041748,"lng":-73.99130887379786},"sw":{"lat":40.69247303229631,"lng":-74.00522546797018}},"groups":[{"type":"Recommended Places","name":"recommended","items":[{"reasons":{"count":0,"items":[{"summary":"Dieser Ort ist beliebt","type":"general","reasonName":"globalInteractionReason"}]},"venue":{"id":"51eabef6498e10cf3aea7942","name":"Brooklyn Bridge Park - Pier 2","contact":{},"location":{"address":"Furman St","crossStreet":"Brooklyn Bridge Park Greenway","lat":40.699511638395514,"lng":-73.99813359642076,"distance":166,"cc":"US","city":"Brooklyn","sta
@AlexanderThiele
AlexanderThiele / README.md
Last active August 29, 2015 14:04
Upload your CSV-data to Structr using Schematypes

#CSV File format

To import a Node:

  • SchemaTypeName;id;Value:AttributeName:Type;value:AttributeName:type;...

To import a Relationship:

  • Relationship;id1;id2;RelationshipType

##Example CSV-file