I’m looking for a solution to a rather simple problem:
- Have a text file with words\strings separated by ‘\n’ Each new string starts after ‘\n’
- Need to get each one of those strings out of the file and create a separate entity out of it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, this task sounds pretty straightforward except for the vague idea of “creat[ing] a separate entity” out of a string (???).
Here is the general algorithm that I would use if I were to implement such a program: