... Hi, I created the following sample for you: #RexxVar RecordCount = 0 ;;Init count #DefineRexx 'IMPORT_RECORD_FILTER39; ; --- Have another...
816
Markus Weber
nudler2001
Apr 30, 2002 6:24 pm
Hi, How can I import a csv-file with multiple-line texts? "Name", "Comment" "Uli", "1234 567890 abc" What means the following line? #define IMPORT_NEWLINE_CHAR...
817
Dennis Bareis
dbareis
May 1, 2002 1:08 am
... I created a simple test case (please attached in future...). I turned on debugging and found these lines: [0.031] >Option(Macro)...
818
Markus Weber
nudler2001
May 1, 2002 12:37 pm
... `N` ... The "IPF Import"-example doesn't contain this line If I add the suggested line Regina crashes because of a invalid process. The description is,...
819
Dennis Bareis
dbareis
May 1, 2002 10:09 pm
... The default is fine for that example... ... This would be a regina bug (which version and Op sys are you using), I'd try a different version or trying...
820
hdc
hdc256
May 2, 2002 3:50 pm
... [snip] ... Sorry but isn't it how all CSV file should work? You have to put a value between '"39; characters if it contains ';' or '"39; or line-break. And '"39;...
821
Dennis Bareis
dbareis
May 2, 2002 10:44 pm
... is no ... Hi, That has been my trouble I could not find a specification, all I could do was try a few things in programs such as EXcel and look at the...
822
mungo2K
May 3, 2002 9:33 am
... between two " ... I'm being dim here, but I didn't think CSV files involved "" characters, just commas and newlines? Also is there a way of including...
823
Markus Weber
nudler2001
May 3, 2002 10:30 am
... AFAIK OpenOffice will can do it (the calculation spread) ... format the cell as text before you enter 1-12 ... bye, Markus -- GMX - Die...
824
Markus Weber
nudler2001
May 3, 2002 4:24 pm
... is no ... AFAIK you can define the format in spread-tools (like Excel). You can use a format like the following: "aaa","bbb","ccc" or something like this ...
825
Markus Weber
nudler2001
May 3, 2002 4:24 pm
... The ... page in ... try ... The regina-version is REXX-Regina_2.2 4.80 17 Jun 2001 I use the "first" version of Windows 98. I use other code at the moment ...
826
Stephen Nay
stephennay
May 3, 2002 8:21 pm
I downloaded PPWizard 02.109 two or three days ago (the windows installer version) and installed it on a new system that I'm bringing up. On my old system,...
827
Dennis Bareis
dbareis
May 4, 2002 12:50 am
... Hi, It should be there, I'll have a look at making the extensions configurable (if I can). Please try uninstall and reinstall. Also note that depending on ...
828
Dennis Bareis
dbareis
May 4, 2002 8:04 am
Hi, Another release, details follow: * Modified "delimited file importing" to better handle records that span lines (now also works in UNIX). * New /FILESR...
829
Markus Weber
nudler2001
May 4, 2002 8:17 am
... " ... was ... don't ... is ... to ... lines. I ... I can try it out. ... bye, Markus...
830
Markus Weber
nudler2001
May 5, 2002 6:53 pm
Hi, I have uploaded some CSV-Examples at my homepage. You can download the examples at: http://www.markus-thomas-weber.de/ppw/examples/csv.html One example...
831
Dan Leitner
dleitspeak
May 5, 2002 8:58 pm
... I get a 403 error going here. -- OS/2 is dead? Again? Thanks for telling me, I'd never notice! ...
832
Dennis Bareis
dbareis
May 5, 2002 10:11 pm
... If you wish to leave angle brackets etc alone you should be able to use: #define ASIS_TAGGING ;;Clear All tagging... Does this not work? ... Thanks...
833
Markus Weber
nudler2001
May 6, 2002 7:28 pm
... I have forgotten this possiblity :-( I will change it. Thanks for the note. ... np. Thanks for the new feature P.S.: The uploaded examples use the modified...
834
Markus Weber
nudler2001
May 6, 2002 7:28 pm
... what is an 403? Have you tried it several times? Can you open http://www.markus-thomas-weber.de or www.simutrans-tips.com? bye, Markus...
835
Dan Leitner
dleitspeak
May 6, 2002 7:40 pm
... Sorry it's 404 Here is the results. error 404: Datei nicht gefunden! Das angegebene Dokument konnte auf diesem Server leider nicht gefunden werden. The url...
836
Dan Leitner
dleitspeak
May 6, 2002 8:08 pm
... Yes I can on the Linux box or OS/2. When going to http://www.markus-thomas-weber.de/ppw/examples/csv.html using IE on a Windows box the page loads. Viewing...
837
serge_crispo
May 6, 2002 9:50 pm
... Hello Markus, When I try the link I received this message: error 404: Datei nicht gefunden! Das angegebene Dokument konnte auf diesem Server leider nicht ...
838
Markus Weber
nudler2001
May 7, 2002 10:36 am
... that file doesn't exist in this directory :-( You can download the files here: a) Importing a textfile with linebreaks: ...
839
Markus Weber
nudler2001
May 7, 2002 4:28 pm
... The bug should be fixed ... bye, Markus www.simutrans-tips.com (tutorials, tips and downloads for Simutrans)...
840
Dan Leitner
dleitspeak
May 7, 2002 4:40 pm
... Yes, that fixed it. -- ****************************************************** Dan Leitner...
841
Markus Weber
nudler2001
May 7, 2002 5:48 pm
... www.simutrans-tips.com? ... Internet Explorer is more fault-tolerant than your browser. The style sheet redefines the format of headings and other things. ...
842
Dan Leitner
dleitspeak
May 8, 2002 1:54 am
... Here are a couple links I use in my 'std.foot39; (footer file) during development. Others might find these useful also. To check your html for errors use the...
843
mungo2K
May 8, 2002 10:12 am
<<By the way does anyone know of a simple CSV handling software - I have used Excel but it is far from ideal because if I happen to have a value such as 1-12...
844
Markus Weber
nudler2001
May 8, 2002 7:06 pm
... development. Others might find these useful also. ... page doesn't look as you expect. Excellent at > finding improperly nested elements. I use Html-Tidy...