Revision 8964

View differences:

trunk/extensions/extPublish/src/org/gvsig/remoteservices/conf/geonetwork/test/DDF2postgres.java
94 94
					s=read.readLine();
95 95
				}
96 96
				s=read.readLine();
97
				s6=s.replaceAll("\'"," ");
97
				if(s!=null){
98
					s6=s.replaceAll("\'"," ");
99
				}
98 100
				s5=s4;
99 101
				while(s!=null){
100 102
					s2=s6.split("\t");
trunk/extensions/extPublish/src/org/gvsig/remoteservices/conf/geonetwork/test/TestDDF2postgres.java
3 3
public class TestDDF2postgres {
4 4
	public static void main(String[] args){
5 5
		String path="/home/david/pruebas";
6
		String squema="public";
6
		String squema="geonet202";
7 7
		DDF2postgres esquemasddf=new DDF2postgres(squema,path);
8 8
		esquemasddf.convert();
9 9
	}

Also available in: Unified diff