Hello,
I am facing some text formatting issues.
Issue 1:
I have imported data into a SQLITE db by the following procedure:
1. Entered text into an excel sheet with the formatting I wanted.
2. Covnert that into a csv.
3. Import into an existing SQLITE table. However, I see all the formatting is gone.
For eg:
This is the Header Line:
1. Detail Line One
2. Detail Line Two
This shows up in my app as:
This is the Header Line: 1. Detail Line One 2. Detail Line Two
Issue 2:
Apostrophe shows up as a ? in the app.
For eg:
- Thread's shows up as.....Thread?s
Has anyone faced these issues and knows how to solve them?
Thanks you!
Siddharth
I am facing some text formatting issues.
Issue 1:
I have imported data into a SQLITE db by the following procedure:
1. Entered text into an excel sheet with the formatting I wanted.
2. Covnert that into a csv.
3. Import into an existing SQLITE table. However, I see all the formatting is gone.
For eg:
This is the Header Line:
1. Detail Line One
2. Detail Line Two
This shows up in my app as:
This is the Header Line: 1. Detail Line One 2. Detail Line Two
Issue 2:
Apostrophe shows up as a ? in the app.
For eg:
- Thread's shows up as.....Thread?s
Has anyone faced these issues and knows how to solve them?
Thanks you!
Siddharth