Trial vs Actual output problem
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
Trial vs Actual output problem
I imagine this a face-palm type of fix but I am having trouble getting my output to work correctly. I have a list of .mhtml files that I'm processing the source code for and the trial output comes out fine. When I do an actual run of the .mhtml and output to a .txt, the result is garbled and a good number of my lines are gone or have partially converted to the value "=" or "= 20". I notice when I remove the html to text filter my values and lines return (as well as the html). Will I have to manually remove the html myself or does the problem lie somewhere else?
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Trial vs Actual output problem
Most likely your file on disk does not have windows eol characters. At the top of your filter list, add a
Filters\Convert\End of line characters
Filters\Convert\End of line characters
Re: Trial vs Actual output problem
No luck there. I'm thinking I'm going to have to do it manually.
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Trial vs Actual output problem
Or that your file is not in ANSI encoding as you expect - possibly UTF-8 or another form of Unicode.
Please upload the file and filter to the forum so we can see the issue first-hand.
Please upload the file and filter to the forum so we can see the issue first-hand.
Re: Trial vs Actual output problem
I can't attach the files because it's not allowed on the forums...
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Trial vs Actual output problem
Please zip them first.
Re: Trial vs Actual output problem
Uploaded.
EDIT: Added the output as well.
EDIT: Added the output as well.
- Attachments
-
- output.zip
- (3.37 KiB) Downloaded 521 times
-
- HTM File.zip
- (15.24 KiB) Downloaded 574 times
-
- Filter.zip
- (10.33 KiB) Downloaded 548 times
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Trial vs Actual output problem
I saved your trial run area to a text file, and the compared it to Forward Resume Email - CareerBuilder_com.mht.
The files are completely different - the .mht has email headers, spaces and = are sometimes encoded as =20 and =3D etc.
The files are completely different - the .mht has email headers, spaces and = are sometimes encoded as =20 and =3D etc.