mojaSymfonia FORUM
https://forum.mix-soft.pl/

Import danych
https://forum.mix-soft.pl/viewtopic.php?f=3&t=1078
Strona 1 z 1

Autor:  Gia65 [ 2009-08-07, 13:14 ]
Tytuł:  Import danych

witam,
Czy jest mozliwosc importu danych np z pliku txt do KDP ale najnowszej wersji , bo widze ze jest to tylko mozliwe za pomoca xml :( powiem o co chodzi moze da sie to zrobic w inny "magiczny sposob" mam wyeksportowane dane w pliku txt min imie i nazwisko oraz numer konta bankowego i teraz moj problem jak to wrzucic do KDP ?:)

Autor:  barnie [ 2009-08-07, 13:51 ]
Tytuł: 

przerobić txt na xml.
Kod:
<?xml version="1.0" encoding="windows-1250" standalone="yes"?>
<hr-document date="2009-08-07" user="Konto administratora">
   <dictionary>
      <calendar id="1" type="employee">
         <surname>Kalinowska</surname>
         <name>Natalia</name>
      </calendar>
      <calendar id="2" type="employee">
         <surname>Kałamarz</surname>
         <name>Janina</name>
      </calendar>
      <component id="1">
         <name>Dane osobowe</name>
      </component>
      <attribute id="2">
         <name>imię</name>
      </attribute>
      <attribute id="3">
         <name>drugie imię</name>
      </attribute>
      <attribute id="4">
         <name>nazwisko</name>
      </attribute>
   </dictionary>
   <data>
      <unit calendar="1" begin="2009-08-07" end="2009-08-07">
         <component id="1">
            <history>
               <tuple>
                  <value id="2">Natalia</value>
                  <value id="4">Kalinowska</value>
               </tuple>
            </history>
         </component>
      </unit>
      <unit calendar="2" begin="2009-08-07" end="2009-08-07">
         <component id="1">
            <history>
               <tuple>
                  <value id="2">Janina</value>
                  <value id="4">Kałamarz</value>
               </tuple>
            </history>
         </component>
      </unit>
   </data>
</hr-document>

Autor:  wrob [ 2009-08-07, 19:05 ]
Tytuł: 

Dla leniwych - instalujesz demo kadr 3.30 - one wczytuja jescze z pliku txt
wczytujesz tam swoje dane i eksportujesz je stamtad w slicznym XML (eksport do xml masz pod prawym na liscie prac)

Autor:  rafal [ 2009-08-09, 00:13 ]
Tytuł: 

A jeżeli jest import do nowoutworzonej bazy firmy to zrób jak pisze wrob, i przeprowadź konwersję do aktualnej wersji.

Autor:  Gia65 [ 2009-08-10, 09:40 ]
Tytuł: 

Dziekuje Panom za Bardzo pomocne wskazowki :)

Strona 1 z 1 Strefa czasowa UTC+1godz. [letni]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/