Skip to content

Instantly share code, notes, and snippets.

@CurtHagenlocher
Created April 16, 2015 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CurtHagenlocher/3fb13642b045285a7389 to your computer and use it in GitHub Desktop.
Save CurtHagenlocher/3fb13642b045285a7389 to your computer and use it in GitHub Desktop.
let
Source = Text.FromBinary(File.Contents("D:\testdata\tweet.json")),
Eol = Text.PositionOf(Source, "#(lf)"),
Skipped = Text.Range(Source, Eol + 1),
Tweets = Json.Document(Skipped)
in
Tweets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment