cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
%3CLINGO-SUB%20id%3D%22lingo-sub-722105%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EAbrir%20archivos%20*DBF%20con%20importaci%C3%B3n%20m%C3%BAltiple%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-722105%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHola%2C%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CP%3EQuiero%20abrir%20muchos%20archivos%20DBF.%3C%2FP%3E%3CP%3ESi%20abro%20cada%20archivo%20por%20separado%2C%20entonces%20no%20hay%20problema.%3C%2FP%3E%3CP%3EPero%20si%20intento%20abrir%20todos%20los%20archivos%20con%20la%20importaci%C3%B3n%20m%C3%BAltiple%2C%20no%20funciona.%3C%2FP%3E%3CP%3EObtengo%20una%20tabla%20con%20el%20nombre%20del%20archivo%20en%20una%20l%C3%ADnea%20y%20est%C3%A1%20escrito%20%22Nicht%20unterst%C3%BCtztes%20Dateiformat%22%20(%20%3CSPAN%3Eformato%20de%20archivo%20no%20compatible).%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E%C2%BFAlguien%20podr%C3%ADa%20solucionar%20este%20problema%3F%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-722105%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3EAcceso%20a%20los%20datos%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-724735%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Abrir%20archivos%20*DBF%20con%20importaci%C3%B3n%20m%C3%BAltiple%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-724735%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EPor%20favor%20env%C3%ADe%20esta%20informaci%C3%B3n%20al%20soporte%20t%C3%A9cnico%20de%20JMP.%20Luego%20se%20asegurar%C3%A1n%20de%20que%20la%20informaci%C3%B3n%20llegue%20al%20desarrollador%20adecuado.%20Gracias%20por%20la%20informaci%C3%B3n.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-724737%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Abrir%20archivos%20*DBF%20con%20importaci%C3%B3n%20m%C3%BAltiple%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-724737%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ETambi%C3%A9n%20es%20un%20buen%20elemento%20de%20la%20lista%20de%20deseos.%20No%20creo%20que%20las%20IMF%20comprendan%20el%20DBF.%3C%2FP%3E%0A%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fcommunity.jmp.com%2Ft5%2FJSL-Cookbook-Archived%2FConcatenate-data-tables%2Fta-p%2F82457%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fcommunity.jmp.com%2Ft5%2FJSL-Cookbook-Archived%2FConcatenate-data-tables%2Fta-p%2F82457%3C%2FA%3E%20podr%C3%ADa%20ser%20un%20buen%20comienzo%20para%20una%20soluci%C3%B3n%20alternativa.%20Hay%20varios%20scripts%20similares%20que%20utilizan%20FilesInDirectory()%20publicados%20aqu%C3%AD.%3C%2FP%3E%3C%2FLINGO-BODY%3E
Choose Language Hide Translation Bar
voy-voy
Level II

Open *DBF Files with Multiple import

Hello,

 

I want to open many DBF files. 

If I open every file separately then this ist no problem.

But if I try to open al files with the multiple import, then it don't work.

I get one table with the Filename in one line and it is written "Nicht unterstütztes Dateiformat" (Unsupported file format).

Could someone solve this problem?

 

 

2 REPLIES 2

Re: Open *DBF Files with Multiple import

Please forward this information JMP's technical support.  They will then ensure that the information gets to the appropriate developer.  Thanks for the information.

Craige_Hales
Super User

Re: Open *DBF Files with Multiple import

It is a good wish list item too. I don't think MFI understands DBF.

https://community.jmp.com/t5/JSL-Cookbook-Archived/Concatenate-data-tables/ta-p/82457 might be a good start for a work-around. There are a number of similar scripts using FilesInDirectory() posted here.

Craige

Recommended Articles