New Zenner
- Join Date:
- Jun 2007
- Posts:
- 58
- Plugin Contributions:
- 0
eBay Turbo Lister 2.0 Exporter Support Thread
taf:
Hi,
Been having the problem of getting the file to import into turbo lister. I haven't got excel to open and save the file so no luck there. Tried using Open office scalc and i just got a different error after saving the file when i tried to import it. I then tired opening and saving the file with plain old WordPad.
This seemed to do the trick, open the file with WordPad then save it and it will import into turbo lister.
I then compared these two files and the only difference seemed to be the carriage return type. WinMerge states: These files use different carriage return types.
Just thought I'd let people know what I found.
Think I've got a fix for this:
change line 645 in ebay.php from
$output = rtrim($output) . "\n";
```to
```php
$output = rtrim($output) . "\r\n";
```this seems to work for me and i can now import the file directly into turbo lister :clap: