PING  0.9
Statistical data handling and processing in production environment
Upload

Generate a flat file from a SILC indicator dataset to be uploaded on Eurobase.

%silc_ffile_export(idsn, geo, years, idir=, ilib=, ofn=, odir=,
key=, headkeys=, prefkey=ILC, mode=RECORDS);

Arguments

`FIELDS=ILC_<IND>`

note the use of _EMPTY_ to set prefkey to a blank string; by default, it is set to: prefkey=ILC;

`FIELDS=SAS,ILC,<IND>`

by default, it is not set: headkeys=;

Returns

Example

Run %_example_silc_ffile_export for examples.

Note

The indicator is "SILC-formatted" e.g. it is structured in such a way that it has/could have been created using the macro %silc_ind_create.

See also

%silc_ind_create, %silc_ind_info, %ds_contents, %obs_count, %var_to_list.