The solution is too use kettle() and save the script below in a importimage.ktr 
file, open it with kettle, change the db settings. Create your image field in 
the bdd as a charvarying type and an other one with a binary type. So we import 
in the charvarying field and copy in the binary field with casting.(This is 
needed because the binary type in kettle is not directly compatible with 
postgresql. 

At the end, once all of your images are imported you need to cast the type with 
the postresql command:

UPDATE table_media SET picture = picture_char::bytea


And to save disk space execute this command to clear the non-used field

UPDATE table_media SET picture_char = '' 


<xml>
<transformation>
&nbsp;<info>
&nbsp; &nbsp;<name>Test script reading files into BLOBs</name>
&nbsp; &nbsp;<description>
&nbsp; &nbsp;<extended_description>
&nbsp; &nbsp;<trans_version>
&nbsp; &nbsp;<directory>&#47;</directory>
&nbsp; &nbsp;<log>
&nbsp; &nbsp; &nbsp;<read>
&nbsp; &nbsp; &nbsp;<write>
&nbsp; &nbsp; &nbsp;<input>
&nbsp; &nbsp; &nbsp;<output>
&nbsp; &nbsp; &nbsp;<update>
&nbsp; &nbsp; &nbsp;<rejected>
&nbsp; &nbsp; &nbsp;<connection>
&nbsp; &nbsp; &nbsp;<table>
&nbsp; &nbsp; &nbsp;<use_batchid>Y</use_batchid>
&nbsp; &nbsp; &nbsp;<use_logfield>N</use_logfield>
&nbsp; &nbsp;</log>
&nbsp; &nbsp;<maxdate>
&nbsp; &nbsp; &nbsp;<connection>
&nbsp; &nbsp; &nbsp;<table>
&nbsp; &nbsp; &nbsp;<field>
&nbsp; &nbsp; &nbsp;<offset>0.0</offset>
&nbsp; &nbsp; &nbsp;<maxdiff>0.0</maxdiff>
&nbsp; &nbsp;</maxdate>
&nbsp; &nbsp;<size_rowset>1000</size_rowset>
&nbsp; &nbsp;<sleep_time_empty>1</sleep_time_empty>
&nbsp; &nbsp;<sleep_time_full>1</sleep_time_full>
&nbsp; &nbsp;<unique_connections>N</unique_connections>
&nbsp; &nbsp;<feedback_shown>Y</feedback_shown>
&nbsp; &nbsp;<feedback_size>5000</feedback_size>
&nbsp; &nbsp;<using_thread_priorities>Y</using_thread_priorities>
&nbsp; &nbsp;<shared_objects_file>
&nbsp; &nbsp;<dependencies>
&nbsp; &nbsp;</dependencies>
&nbsp; &nbsp;<partitionschemas>
&nbsp; &nbsp;</partitionschemas>
&nbsp; &nbsp;<slaveservers>
&nbsp; &nbsp; &nbsp; &nbsp; 
<slaveserver><name>localhost&#58;8080&#58;Master</name><hostname>localhost</hostname><port>8080</port><username>cluster</username><password>Encrypted
 
2be98afc86aa7f2e4cb1aa265cd86aac8</password><proxy_hostname><proxy_port><non_proxy_hosts><master>Y</master></slaveserver>
&nbsp; &nbsp; &nbsp; &nbsp; 
<slaveserver><name>localhost&#58;8082</name><hostname>localhost</hostname><port>8082</port><username>cluster</username><password>Encrypted
 
2be98afc86aa7f2e4cb1aa265cd86aac8</password><proxy_hostname><proxy_port><non_proxy_hosts><master>N</master></slaveserver>
&nbsp; &nbsp; &nbsp; &nbsp; 
<slaveserver><name>localhost&#58;8081</name><hostname>localhost</hostname><port>8081</port><username>cluster</username><password>Encrypted
 
2be98afc86aa7f2e4cb1aa265cd86aac8</password><proxy_hostname><proxy_port><non_proxy_hosts><master>N</master></slaveserver>
&nbsp; &nbsp; &nbsp; &nbsp; 
<slaveserver><name>localhost&#58;8080</name><hostname>localhost</hostname><port>8080</port><username>cluster</username><password>Encrypted
 
2be98afc86aa7f2e4cb1aa265cd86aac8</password><proxy_hostname><proxy_port><non_proxy_hosts><master>N</master></slaveserver>
&nbsp; &nbsp; &nbsp; &nbsp; 
<slaveserver><name>localhost&#58;8084</name><hostname>localhost</hostname><port>8084</port><username>cluster</username><password>Encrypted
 
2be98afc86aa7f2e4cb1aa265cd86aac8</password><proxy_hostname><proxy_port><non_proxy_hosts><master>N</master></slaveserver>
&nbsp; &nbsp; &nbsp; &nbsp; 
<slaveserver><name>localhost&#58;8083</name><hostname>localhost</hostname><port>8083</port><username>cluster</username><password>Encrypted
 
2be98afc86aa7f2e4cb1aa265cd86aac8</password><proxy_hostname><proxy_port><non_proxy_hosts><master>N</master></slaveserver>
&nbsp; &nbsp;</slaveservers>
&nbsp; &nbsp;<clusterschemas>
&nbsp; &nbsp; &nbsp; &nbsp;<clusterschema>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<name>local schema</name>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<base_port>40000</base_port>
&nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;<sockets_buffer_size>2000</sockets_buffer_size>
&nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;<sockets_flush_interval>5000</sockets_flush_interval>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<sockets_compressed>N</sockets_compressed>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<slaveservers>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;<name>localhost&#58;8080&#58;Master</name>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<name>localhost&#58;8081</name>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<name>localhost&#58;8082</name>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</slaveservers>
&nbsp; &nbsp; &nbsp; &nbsp;</clusterschema>
&nbsp; &nbsp;</clusterschemas>
&nbsp;<modified_user>
&nbsp;<modified_date>2007&#47;09&#47;11 21&#58;34&#58;50.919</modified_date>
&nbsp;</info>
&nbsp;<notepads>
&nbsp;</notepads>
&nbsp;<connection>
&nbsp; &nbsp;<name>MySQL localhost test</name>
&nbsp; &nbsp;<server>localhost</server>
&nbsp; &nbsp;<type>MYSQL</type>
&nbsp; &nbsp;<access>Native</access>
&nbsp; &nbsp;<database>test</database>
&nbsp; &nbsp;<port>3306</port>
&nbsp; &nbsp;<username>matt</username>
&nbsp; &nbsp;<password>Encrypted 2be98afc86aa7f2e4cb79ce10df90acde</password>
&nbsp; &nbsp;<servername>
&nbsp; &nbsp;<data_tablespace>
&nbsp; &nbsp;<index_tablespace>
&nbsp; &nbsp;<attributes>
&nbsp; &nbsp; 
&nbsp;<attribute><code>CUSTOM_DRIVER_CLASS</code><attribute>com.ibm.u2.jdbc.UniJDBCDriver</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>CUSTOM_URL</code><attribute>jdbc&#58;universe&#58;&#47;&#47;localhost&#47;database</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>EXTRA_OPTION_MYSQL.rewriteBatchedStatements</code><attribute>false</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>EXTRA_OPTION_MYSQL.zeroDateTimeBehavior</code><attribute>convertToNull</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>EXTRA_OPTION_SYBASE.SQLINITSTRING</code><attribute>SET 
CHAINED OFF</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>MAXIMUM_POOL_SIZE</code><attribute>10</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>MSSQL_DOUBLE_DECIMAL_SEPARATOR</code><attribute>N</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>POOLING_defaultCatalog</code><attribute>catalog</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>POOLING_removeAbandoned</code><attribute>true</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>POOLING_testOnReturn</code><attribute>false</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
&nbsp; &nbsp;</attributes>
&nbsp;</connection>
&nbsp;<connection>
&nbsp; &nbsp;<name>ORCL 8104</name>
&nbsp; &nbsp;<server>OracleServer</server>
&nbsp; &nbsp;<type>ORACLE</type>
&nbsp; &nbsp;<access>Native</access>
&nbsp; &nbsp;<database>ORCL</database>
&nbsp; &nbsp;<port>1521</port>
&nbsp; &nbsp;<username>scott</username>
&nbsp; &nbsp;<password>Encrypted 2be98afc86aa7f2e4cb79ce64d795aac8</password>
&nbsp; &nbsp;<servername>
&nbsp; &nbsp;<data_tablespace>
&nbsp; &nbsp;<index_tablespace>
&nbsp; &nbsp;<attributes>
&nbsp; &nbsp; 
&nbsp;<attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
&nbsp; &nbsp;</attributes>
&nbsp;</connection>
&nbsp;<connection>
&nbsp; &nbsp;<name>192.168.0.41</name>
&nbsp; &nbsp;<server>192.168.0.41</server>
&nbsp; &nbsp;<type>POSTGRESQL</type>
&nbsp; &nbsp;<access>Native</access>
&nbsp; &nbsp;<database>test2</database>
&nbsp; &nbsp;<port>5432</port>
&nbsp; &nbsp;<username>axe</username>
&nbsp; &nbsp;<password>Encrypted 2be98afc86aa7f2e4cb79b6688cc4fb88</password>
&nbsp; &nbsp;<servername>
&nbsp; &nbsp;<data_tablespace>
&nbsp; &nbsp;<index_tablespace>
&nbsp; &nbsp;<attributes>
&nbsp; &nbsp; 
&nbsp;<attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>INITIAL_POOL_SIZE</code><attribute>5</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>MAXIMUM_POOL_SIZE</code><attribute>10</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>MSSQL_DOUBLE_DECIMAL_SEPARATOR</code><attribute>N</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>PORT_NUMBER</code><attribute>5432</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
&nbsp; &nbsp; 
&nbsp;<attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
&nbsp; &nbsp;</attributes>
&nbsp;</connection>
&nbsp;<order>
&nbsp;<hop> <from>Get File Names</from><to>Java Script 
Value</to><enabled>Y</enabled> </hop>&nbsp; <hop> <from>Java Script 
Value</from><to>Ajout constantes</to><enabled>Y</enabled> </hop>&nbsp; <hop> 
<from>Ajout constantes</from><to>Insertion &#47; Mise Ã&nbsp; jour 
table</to><enabled>Y</enabled> </hop>&nbsp; </order>
&nbsp;<step>
&nbsp; &nbsp;<name>Ajout constantes</name>
&nbsp; &nbsp;<type>Constant</type>
&nbsp; &nbsp;<description>
&nbsp; &nbsp;<distribute>Y</distribute>
&nbsp; &nbsp;<copies>1</copies>
&nbsp; &nbsp; &nbsp; &nbsp; <partitioning>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <method>none</method>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <schema_name>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </partitioning>
&nbsp; &nbsp;<fields>
&nbsp; &nbsp; &nbsp;<field>
&nbsp; &nbsp; &nbsp; &nbsp;<name>idconst</name>
&nbsp; &nbsp; &nbsp; &nbsp;<type>Integer</type>
&nbsp; &nbsp; &nbsp; &nbsp;<format>
&nbsp; &nbsp; &nbsp; &nbsp;<currency>
&nbsp; &nbsp; &nbsp; &nbsp;<decimal>
&nbsp; &nbsp; &nbsp; &nbsp;<group>
&nbsp; &nbsp; &nbsp; &nbsp;<nullif>5</nullif>
&nbsp; &nbsp; &nbsp; &nbsp;<length>-1</length>
&nbsp; &nbsp; &nbsp; &nbsp;<precision>-1</precision>
&nbsp; &nbsp; &nbsp;</field>
&nbsp; &nbsp; &nbsp;<field>
&nbsp; &nbsp; &nbsp; &nbsp;<name>product_id</name>
&nbsp; &nbsp; &nbsp; &nbsp;<type>Integer</type>
&nbsp; &nbsp; &nbsp; &nbsp;<format>
&nbsp; &nbsp; &nbsp; &nbsp;<currency>
&nbsp; &nbsp; &nbsp; &nbsp;<decimal>
&nbsp; &nbsp; &nbsp; &nbsp;<group>
&nbsp; &nbsp; &nbsp; &nbsp;<nullif>1</nullif>
&nbsp; &nbsp; &nbsp; &nbsp;<length>-1</length>
&nbsp; &nbsp; &nbsp; &nbsp;<precision>-1</precision>
&nbsp; &nbsp; &nbsp;</field>
&nbsp; &nbsp;</fields>
&nbsp; &nbsp; <cluster_schema>
<remotesteps>&nbsp; &nbsp;<input>&nbsp; &nbsp;</input>&nbsp; 
&nbsp;<output>&nbsp; &nbsp;</output> </remotesteps>&nbsp; &nbsp; <GUI>
&nbsp; &nbsp; &nbsp;<xloc>312</xloc>
&nbsp; &nbsp; &nbsp;<yloc>213</yloc>
&nbsp; &nbsp; &nbsp;<draw>Y</draw>
&nbsp; &nbsp; &nbsp;</GUI>
&nbsp; &nbsp;</step>

&nbsp;<step>
&nbsp; &nbsp;<name>Get File Names</name>
&nbsp; &nbsp;<type>GetFileNames</type>
&nbsp; &nbsp;<description>
&nbsp; &nbsp;<distribute>Y</distribute>
&nbsp; &nbsp;<copies>1</copies>
&nbsp; &nbsp; &nbsp; &nbsp; <partitioning>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <method>none</method>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <schema_name>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </partitioning>
&nbsp; &nbsp;<filter>
&nbsp; &nbsp; &nbsp;<filterfiletype>all_files</filterfiletype>
&nbsp; &nbsp;</filter>
&nbsp; &nbsp;<file>
&nbsp; &nbsp; 
&nbsp;<name>$&#123;Internal.Transformation.Filename.Directory&#125;&#47;images&#47;</name>
&nbsp; &nbsp; &nbsp;<filemask>.*\.png$</filemask>
&nbsp; &nbsp; &nbsp;<file_required>
&nbsp; &nbsp;</file>
&nbsp; &nbsp; <cluster_schema>
<remotesteps>&nbsp; &nbsp;<input>&nbsp; &nbsp;</input>&nbsp; 
&nbsp;<output>&nbsp; &nbsp;</output> </remotesteps>&nbsp; &nbsp; <GUI>
&nbsp; &nbsp; &nbsp;<xloc>96</xloc>
&nbsp; &nbsp; &nbsp;<yloc>86</yloc>
&nbsp; &nbsp; &nbsp;<draw>Y</draw>
&nbsp; &nbsp; &nbsp;</GUI>
&nbsp; &nbsp;</step>

&nbsp;<step>
&nbsp; &nbsp;<name>Insertion &#47; Mise Ã&nbsp; jour table</name>
&nbsp; &nbsp;<type>InsertUpdate</type>
&nbsp; &nbsp;<description>
&nbsp; &nbsp;<distribute>Y</distribute>
&nbsp; &nbsp;<copies>1</copies>
&nbsp; &nbsp; &nbsp; &nbsp; <partitioning>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <method>none</method>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <schema_name>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </partitioning>
&nbsp; &nbsp;<connection>192.168.0.41</connection>
&nbsp; &nbsp;<commit>100</commit>
&nbsp; &nbsp;<update_bypassed>N</update_bypassed>
&nbsp; &nbsp;<lookup>
&nbsp; &nbsp; &nbsp;<schema>
&nbsp; &nbsp; &nbsp;<table>table_media</table>
&nbsp; &nbsp; &nbsp;<key>
&nbsp; &nbsp; &nbsp; &nbsp;<name>idconst</name>
&nbsp; &nbsp; &nbsp; &nbsp;<field>id</field>
&nbsp; &nbsp; &nbsp; &nbsp;<condition>=</condition>
&nbsp; &nbsp; &nbsp; &nbsp;<name2>
&nbsp; &nbsp; &nbsp;</key>
&nbsp; &nbsp; &nbsp;<value>
&nbsp; &nbsp; &nbsp; &nbsp;<name>product_id</name>
&nbsp; &nbsp; &nbsp; &nbsp;<rename>product_id</rename>
&nbsp; &nbsp; &nbsp; &nbsp;<update>Y</update>
&nbsp; &nbsp; &nbsp;</value>
&nbsp; &nbsp; &nbsp;<value>
&nbsp; &nbsp; &nbsp; &nbsp;<name>picture_char</name>
&nbsp; &nbsp; &nbsp; &nbsp;<rename>encString</rename>
&nbsp; &nbsp; &nbsp; &nbsp;<update>Y</update>
&nbsp; &nbsp; &nbsp;</value>
&nbsp; &nbsp;</lookup>
&nbsp; &nbsp; <cluster_schema>
<remotesteps>&nbsp; &nbsp;<input>&nbsp; &nbsp;</input>&nbsp; 
&nbsp;<output>&nbsp; &nbsp;</output> </remotesteps>&nbsp; &nbsp; <GUI>
&nbsp; &nbsp; &nbsp;<xloc>504</xloc>
&nbsp; &nbsp; &nbsp;<yloc>213</yloc>
&nbsp; &nbsp; &nbsp;<draw>Y</draw>
&nbsp; &nbsp; &nbsp;</GUI>
&nbsp; &nbsp;</step>

&nbsp;<step>
&nbsp; &nbsp;<name>Java Script Value</name>
&nbsp; &nbsp;<type>ScriptValueMod</type>
&nbsp; &nbsp;<description>
&nbsp; &nbsp;<distribute>Y</distribute>
&nbsp; &nbsp;<copies>1</copies>
&nbsp; &nbsp; &nbsp; &nbsp; <partitioning>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <method>none</method>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <schema_name>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </partitioning>
&nbsp; &nbsp;<compatible>Y</compatible>
&nbsp; &nbsp;<jsScripts>&nbsp; &nbsp; &nbsp; <jsScript>&nbsp; &nbsp; &nbsp; 
&nbsp; <jsScript_type>0</jsScript_type>
&nbsp; &nbsp; &nbsp; &nbsp;<jsScript_name>ScriptValue</jsScript_name>
&nbsp; &nbsp; &nbsp; &nbsp;<jsScript_script>file = new 
Packages.java.io.File&#40;filename.getString&#40;&#41;&#41;; fileInputStream = 
new Packages.java.io.FileInputStream&#40;file&#41;;
var content = 
Packages.org.pentaho.di.core.Const.createByteArray&#40;file.length&#40;&#41;&#41;;
fileInputStream.read&#40;content, 0, file.length&#40;&#41;&#41;;

var encString = new Packages.java.lang.String&#40; 
Packages.org.apache.commons.codec.binary.Base64.encodeBase64&#40; content&#41; 
&#41;;

&#47;&#47;var encString2 = new 
Packages.org.apache.commons.codec.binary.Base64.encodeBase64&#40; content &#41;;
fileInputStream.close&#40;&#41;;
</jsScript_script>
&nbsp; &nbsp; &nbsp;</jsScript>&nbsp; &nbsp; </jsScripts>&nbsp; &nbsp; 
<fields>&nbsp; &nbsp; &nbsp; <field>&nbsp; &nbsp; &nbsp; &nbsp; 
<name>content</name>
&nbsp; &nbsp; &nbsp; &nbsp;<rename>content</rename>
&nbsp; &nbsp; &nbsp; &nbsp;<type>Binary</type>
&nbsp; &nbsp; &nbsp; &nbsp;<length>-1</length>
&nbsp; &nbsp; &nbsp; &nbsp;<precision>-1</precision>
&nbsp; &nbsp; &nbsp;</field>&nbsp; &nbsp; &nbsp; <field>&nbsp; &nbsp; &nbsp; 
&nbsp; <name>encString</name>
&nbsp; &nbsp; &nbsp; &nbsp;<rename>encString</rename>
&nbsp; &nbsp; &nbsp; &nbsp;<type>String</type>
&nbsp; &nbsp; &nbsp; &nbsp;<length>-1</length>
&nbsp; &nbsp; &nbsp; &nbsp;<precision>-1</precision>
&nbsp; &nbsp; &nbsp;</field>&nbsp; &nbsp; </fields>&nbsp; &nbsp; 
&nbsp;<cluster_schema>
<remotesteps>&nbsp; &nbsp;<input>&nbsp; &nbsp;</input>&nbsp; 
&nbsp;<output>&nbsp; &nbsp;</output> </remotesteps>&nbsp; &nbsp; <GUI>
&nbsp; &nbsp; &nbsp;<xloc>295</xloc>
&nbsp; &nbsp; &nbsp;<yloc>84</yloc>
&nbsp; &nbsp; &nbsp;<draw>Y</draw>
&nbsp; &nbsp; &nbsp;</GUI>
&nbsp; &nbsp;</step>

&nbsp;<step_error_handling>
&nbsp;</step_error_handling>
&nbsp; <slave>
</slave>
&nbsp; <slave_transformation>N</slave_transformation>
</transformation>







_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to