Re: [basex-talk] file pattern when creating DB

2019-12-09 Thread Christian Grün
Hi Fabrice,

A chat for BaseX sounds like a good idea; I think the great guys from
eXist-db did something similar? Would some more of you be interested
in having such a chat?

We’ll internally discuss this in the near future.

Cheers,
Christian

PS: Thanks for the kudos.



On Mon, Dec 9, 2019 at 10:58 AM ETANCHAUD Fabrice
 wrote:
>
> Great !
> XQuery 3.1 is such a powerful language,
> Thanks to Christian and his team's members !
> I have been using BaseX for ten years,
> and never saw such helping team and community as BaseX's ones !
>
> Christian, did you think about bringing BaseX to Slack ?
>
> Best regards,
> fabrice
>
>
> 
> De : radim-havli...@post.cz 
> Envoyé : lundi 9 décembre 2019 10:49
> À : ETANCHAUD Fabrice 
> Cc : BaseX 
> Objet : Re: [basex-talk] file pattern when creating DB
>
> Thank you very much! That was exactly what I was looking for.
> Best regards,
>
> Radim Havlicek
>
> -- Původní e-mail --
> Od: ETANCHAUD Fabrice 
> Komu: BaseX 
> Datum: 9. 12. 2019 10:28:57
> Předmět: Re: [basex-talk] file pattern when creating DB
>
> Radim, here is a simple snippet :
>
> db:create('test-db', 'F:\Utilisateurs\14484H\data\test', (), map { 
> 'createfilter' : '*.*' })
>
> Fabrice
>
> ________
> De : radim-havli...@post.cz 
> Envoyé : lundi 9 décembre 2019 10:19
> À : ETANCHAUD Fabrice 
> Cc : basex-talk@mailman.uni-konstanz.de 
> Objet : RE: [basex-talk] file pattern when creating DB
>
> Hi,
> I've seen the link before but I was unable to compose the particular query to 
> create the database with filter *, and still I am.
>
> -- Původní e-mail --
> Od: ETANCHAUD Fabrice 
> Komu: radim-havli...@post.cz , 
> basex-talk@mailman.uni-konstanz.de 
> Datum: 9. 12. 2019 10:14:37
> Předmět: RE: [basex-talk] file pattern when creating DB
>
> Hi Radim,
>
> you can pass parsing options to db:create [1], and set createfilter to the 
> desired glob pattern.
>
> Best regards,
> Fabrice
>
>
> [1] : http://docs.basex.org/wiki/Database_Module#db:create
>
>
> 
> De : BaseX-Talk  de la part de 
> radim-havli...@post.cz 
> Envoyé : lundi 9 décembre 2019 09:42
> À : basex-talk@mailman.uni-konstanz.de 
> Objet : [basex-talk] file pattern when creating DB
>
> Hello,
> I would like to ask about filters.
>
> I'd like to call XQuery
> db:create("DB", "c:/Temp/defaultDocuments/", "/")
> but with filter pattern * becase without that pattern it adds *.xml files 
> only. I would like to add all files from that directory and sub-directories. 
> Is it possible to put the filter pattern there?
>
> I discovered ADD TO / "C:/Temp/defaultDocuments" does exactly what I want, 
> but I would much rather use XQuery like db:create or
> db:add("DB", "Temp/defaultDocuments", "/") but the db:add filters the files 
> with *.xml.
>
> Is it posssible to add all files with any XQuery?
> Thank in advance for your reply. Best regards,
>
> Radim Havlicek


Re: [basex-talk] file pattern when creating DB

2019-12-09 Thread ETANCHAUD Fabrice
Great !
XQuery 3.1 is such a powerful language,
Thanks to Christian and his team's members !
I have been using BaseX for ten years,
and never saw such helping team and community as BaseX's ones !

Christian, did you think about bringing BaseX to Slack ?

Best regards,
fabrice



De : radim-havli...@post.cz 
Envoyé : lundi 9 décembre 2019 10:49
À : ETANCHAUD Fabrice 
Cc : BaseX 
Objet : Re: [basex-talk] file pattern when creating DB

Thank you very much! That was exactly what I was looking for.
Best regards,

Radim Havlicek

-- Původní e-mail --
Od: ETANCHAUD Fabrice 
Komu: BaseX 
Datum: 9. 12. 2019 10:28:57
Předmět: Re: [basex-talk] file pattern when creating DB
Radim, here is a simple snippet :

db:create('test-db', 'F:\Utilisateurs\14484H\data\test', (), map { 
'createfilter' : '*.*' })

Fabrice


De : radim-havli...@post.cz 
Envoyé : lundi 9 décembre 2019 10:19
À : ETANCHAUD Fabrice 
Cc : basex-talk@mailman.uni-konstanz.de 
Objet : RE: [basex-talk] file pattern when creating DB

Hi,
I've seen the link before but I was unable to compose the particular query to 
create the database with filter *, and still I am.

-- Původní e-mail --
Od: ETANCHAUD Fabrice 
Komu: radim-havli...@post.cz , 
basex-talk@mailman.uni-konstanz.de 
Datum: 9. 12. 2019 10:14:37
Předmět: RE: [basex-talk] file pattern when creating DB
Hi Radim,

you can pass parsing options to db:create [1], and set createfilter to the 
desired glob pattern.

Best regards,
Fabrice


[1] : http://docs.basex.org/wiki/Database_Module#db:create



De : BaseX-Talk  de la part de 
radim-havli...@post.cz 
Envoyé : lundi 9 décembre 2019 09:42
À : basex-talk@mailman.uni-konstanz.de 
Objet : [basex-talk] file pattern when creating DB

Hello,
I would like to ask about filters.

I'd like to call XQuery
db:create("DB", "c:/Temp/defaultDocuments/", "/")
but with filter pattern * becase without that pattern it adds *.xml files only. 
I would like to add all files from that directory and sub-directories. Is it 
possible to put the filter pattern there?

I discovered ADD TO / "C:/Temp/defaultDocuments" does exactly what I want, but 
I would much rather use XQuery like db:create or
db:add("DB", "Temp/defaultDocuments", "/") but the db:add filters the files 
with *.xml.

Is it posssible to add all files with any XQuery?
Thank in advance for your reply. Best regards,

Radim Havlicek


Re: [basex-talk] file pattern when creating DB

2019-12-09 Thread radim-havlicek
Thank you very much! That was exactly what I was looking for.
Best regards,




Radim Havlicek



-- Původní e-mail --
Od: ETANCHAUD Fabrice 
Komu: BaseX 
Datum: 9. 12. 2019 10:28:57
Předmět: Re: [basex-talk] file pattern when creating DB
"



Radim, here is a simple snippet : 




db:create('test-db', 'F:\Utilisateurs\14484H\data\test', (), map {
'createfilter' : '*.*' })





Fabrice





De : radim-havli...@post.cz 
Envoyé : lundi 9 décembre 2019 10:19
À : ETANCHAUD Fabrice 
Cc : basex-talk@mailman.uni-konstanz.de 
Objet : RE: [basex-talk] file pattern when creating DB
 


Hi,
I've seen the link before but I was unable to compose the particular query
to create the database with filter *, and still I am.


-- Původní e-mail --
Od: ETANCHAUD Fabrice 
Komu: radim-havli...@post.cz , basex-talk@mailman.
uni-konstanz.de 
Datum: 9. 12. 2019 10:14:37
Předmět: RE: [basex-talk] file pattern when creating DB
"




Hi Radim,




you can pass parsing options to db:create [1], and set createfilter to the
desired glob pattern.




Best regards,

Fabrice







[1] : http://docs.basex.org/wiki/Database_Module#db:create
(http://docs.basex.org/wiki/Database_Module#db:create)








De : BaseX-Talk  de la part de
radim-havli...@post.cz 
Envoyé : lundi 9 décembre 2019 09:42
À : basex-talk@mailman.uni-konstanz.de 
Objet : [basex-talk] file pattern when creating DB
 


Hello,
I would like to ask about filters.




I'd like to call XQuery

db:create("DB", "c:/Temp/defaultDocuments/", "/")


but with filter pattern * becase without that pattern it adds *.xml files 
only. I would like to add all files from that directory and sub-directories.
Is it possible to put the filter pattern there?




I discovered ADD TO / "C:/Temp/defaultDocuments" does exactly what I want,
but I would much rather use XQuery like db:create or 

db:add("DB", "Temp/defaultDocuments", "/") but the db:add filters the files
with *.xml.





Is it posssible to add all files with any XQuery?

Thank in advance for your reply. Best regards,




Radim Havlicek



"


"


Re: [basex-talk] file pattern when creating DB

2019-12-09 Thread ETANCHAUD Fabrice
Radim, here is a simple snippet :

db:create('test-db', 'F:\Utilisateurs\14484H\data\test', (), map { 
'createfilter' : '*.*' })

Fabrice


De : radim-havli...@post.cz 
Envoyé : lundi 9 décembre 2019 10:19
À : ETANCHAUD Fabrice 
Cc : basex-talk@mailman.uni-konstanz.de 
Objet : RE: [basex-talk] file pattern when creating DB

Hi,
I've seen the link before but I was unable to compose the particular query to 
create the database with filter *, and still I am.

-- Původní e-mail --
Od: ETANCHAUD Fabrice 
Komu: radim-havli...@post.cz , 
basex-talk@mailman.uni-konstanz.de 
Datum: 9. 12. 2019 10:14:37
Předmět: RE: [basex-talk] file pattern when creating DB
Hi Radim,

you can pass parsing options to db:create [1], and set createfilter to the 
desired glob pattern.

Best regards,
Fabrice


[1] : http://docs.basex.org/wiki/Database_Module#db:create



De : BaseX-Talk  de la part de 
radim-havli...@post.cz 
Envoyé : lundi 9 décembre 2019 09:42
À : basex-talk@mailman.uni-konstanz.de 
Objet : [basex-talk] file pattern when creating DB

Hello,
I would like to ask about filters.

I'd like to call XQuery
db:create("DB", "c:/Temp/defaultDocuments/", "/")
but with filter pattern * becase without that pattern it adds *.xml files only. 
I would like to add all files from that directory and sub-directories. Is it 
possible to put the filter pattern there?

I discovered ADD TO / "C:/Temp/defaultDocuments" does exactly what I want, but 
I would much rather use XQuery like db:create or
db:add("DB", "Temp/defaultDocuments", "/") but the db:add filters the files 
with *.xml.

Is it posssible to add all files with any XQuery?
Thank in advance for your reply. Best regards,

Radim Havlicek


Re: [basex-talk] file pattern when creating DB

2019-12-09 Thread radim-havlicek
Hi,
I've seen the link before but I was unable to compose the particular query
to create the database with filter *, and still I am.


-- Původní e-mail --
Od: ETANCHAUD Fabrice 
Komu: radim-havli...@post.cz , basex-talk@mailman.
uni-konstanz.de 
Datum: 9. 12. 2019 10:14:37
Předmět: RE: [basex-talk] file pattern when creating DB
"




Hi Radim,




you can pass parsing options to db:create [1], and set createfilter to the
desired glob pattern.




Best regards,

Fabrice







[1] : http://docs.basex.org/wiki/Database_Module#db:create
(http://docs.basex.org/wiki/Database_Module#db:create)








De : BaseX-Talk  de la part de
radim-havli...@post.cz 
Envoyé : lundi 9 décembre 2019 09:42
À : basex-talk@mailman.uni-konstanz.de 
Objet : [basex-talk] file pattern when creating DB
 


Hello,
I would like to ask about filters.




I'd like to call XQuery

db:create("DB", "c:/Temp/defaultDocuments/", "/")


but with filter pattern * becase without that pattern it adds *.xml files 
only. I would like to add all files from that directory and sub-directories.
Is it possible to put the filter pattern there?




I discovered ADD TO / "C:/Temp/defaultDocuments" does exactly what I want,
but I would much rather use XQuery like db:create or 

db:add("DB", "Temp/defaultDocuments", "/") but the db:add filters the files
with *.xml.





Is it posssible to add all files with any XQuery?

Thank in advance for your reply. Best regards,




Radim Havlicek



"

Re: [basex-talk] file pattern when creating DB

2019-12-09 Thread ETANCHAUD Fabrice
Hi Radim,

you can pass parsing options to db:create [1], and set createfilter to the 
desired glob pattern.

Best regards,
Fabrice


[1] : http://docs.basex.org/wiki/Database_Module#db:create



De : BaseX-Talk  de la part de 
radim-havli...@post.cz 
Envoyé : lundi 9 décembre 2019 09:42
À : basex-talk@mailman.uni-konstanz.de 
Objet : [basex-talk] file pattern when creating DB

Hello,
I would like to ask about filters.

I'd like to call XQuery
db:create("DB", "c:/Temp/defaultDocuments/", "/")
but with filter pattern * becase without that pattern it adds *.xml files only. 
I would like to add all files from that directory and sub-directories. Is it 
possible to put the filter pattern there?

I discovered ADD TO / "C:/Temp/defaultDocuments" does exactly what I want, but 
I would much rather use XQuery like db:create or
db:add("DB", "Temp/defaultDocuments", "/") but the db:add filters the files 
with *.xml.

Is it posssible to add all files with any XQuery?
Thank in advance for your reply. Best regards,

Radim Havlicek


[basex-talk] file pattern when creating DB

2019-12-09 Thread radim-havlicek
Hello,
I would like to ask about filters.




I'd like to call XQuery

db:create("DB", "c:/Temp/defaultDocuments/", "/")


but with filter pattern * becase without that pattern it adds *.xml files 
only. I would like to add all files from that directory and sub-directories.
Is it possible to put the filter pattern there?




I discovered ADD TO / "C:/Temp/defaultDocuments" does exactly what I want,
but I would much rather use XQuery like db:create or 

db:add("DB", "Temp/defaultDocuments", "/") but the db:add filters the files
with *.xml.





Is it posssible to add all files with any XQuery?

Thank in advance for your reply. Best regards,




Radim Havlicek