Adding Tweets to a Tweet Manager

Seeker85

Newbie
Joined
Apr 30, 2013
Messages
38
Reaction score
2
when I scrape and upload my tweets to grab in box I'm having trouble seperating singles tweets from tweets with multiple rows and keep unicode symbols....

Does anybody know what is the best file extension for this??
 
Last edited:
Presumably (unless you're manager expects something else which I doubt) the best file format is .txt

You can load the file into any word processor such as MS Word or Notepad++ with TextFX plugins and enable all characters to be visible to see what you want to keep or not. To seperate single lines from multiple lines (not sure why you'd want to but let's say you do) you can use regex in Notepad++. Most things you want to do with text can be done with Notepad++ and Google queries.
 
Presumably (unless you're manager expects something else which I doubt) the best file format is .txt

You can load the file into any word processor such as MS Word or Notepad++ with TextFX plugins and enable all characters to be visible to see what you want to keep or not. To seperate single lines from multiple lines (not sure why you'd want to but let's say you do) you can use regex in Notepad++. Most things you want to do with text can be done with Notepad++ and Google queries.

I am saving in .txt but the problem is when a tweet is scraped for instance:

How to do math:
1. Write down question.
2. Cry.

this will be posted as three seperate tweets and not a single tweet ...
i downloaded text fx and i dont see i cant find the option to enable all characters...
 
Back
Top