Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ArcWat

...

DBF

...

import

...

format

...


Arcwat

...

provides

...

DBF

...

IV

...

files

...

that

...

can

...

be

...

imported

...

through

...

the

...

data

...

import

...

module

...

of

...

Delft-FEWS.

...

The

...

file

...

is

...

rather

...

basic:

...


it

...

contains

...

two

...

fixed

...

colums,

...

named

...

"STAMP"

...

and

...

"WAARDE".

...

The

...

STAMP

...

column

...

contains

...

the

...

date-time

...

and

...

the

...

"WAARDE"

...

column

...

contains

...

the

...

data

...

value.

...

The

...

importType

...

should

...

be

...

ARCWAT_DBF.

...

The

...

location

...

and

...

parameter

...

ID

...

are

...

derived

...

from

...

the

...

file

...

name.

...

If

...

the

...

file

...

name

...

is

...

"LOC_PAR_INFO.DBF",

...

the

...

base

...

file

...

name

...

will

...

be

...

splitted

...

by

...

the

...

underscore

...

character.

...

The

...

first

...

token

...

of

...

the

...

file

...

name

...

is

...

used

...

as

...

external

...

location

...

and

...

the

...

second

...

as

...

external

...

parameter

...

ID.

Example

No Format


h3. Example

{config}
    <general>
      <importType>ARCWAT_DBF</importType>
      <folder>$IMPORT_FOLDER$/arcwat</folder>
      .....
    </general
{config}