Updated all libraries

This commit is contained in:
Trial97
2021-01-12 17:09:32 +02:00
committed by Dan Christian Bogos
parent df702b71aa
commit 7647c367b6
11 changed files with 295 additions and 135 deletions

View File

@@ -854,7 +854,7 @@ cgrates.org,NewRes1
ldr := &Loader{
ldrID: "testProcessFile",
dm: engine.NewDataManager(data, config.CgrConfig().CacheCfg(), nil),
fieldSep: utils.FIELDS_SEP,
fieldSep: utils.FieldsSep,
tpInDir: flPath,
tpOutDir: "/tmp",
lockFilename: utils.ResourcesCsv,
@@ -865,13 +865,13 @@ cgrates.org,NewRes1
utils.MetaResources: {
{Tag: "Tenant",
Path: "Tenant",
Type: utils.META_COMPOSED,
Value: config.NewRSRParsersMustCompile("~*req.0", utils.INFIELD_SEP),
Type: utils.MetaComposed,
Value: config.NewRSRParsersMustCompile("~*req.0", utils.InfieldSep),
Mandatory: true},
{Tag: "ID",
Path: "ID",
Type: utils.META_COMPOSED,
Value: config.NewRSRParsersMustCompile("~*req.1", utils.INFIELD_SEP),
Type: utils.MetaComposed,
Value: config.NewRSRParsersMustCompile("~*req.1", utils.InfieldSep),
Mandatory: true},
},
}