added loaders for user data

This commit is contained in:
Radu Ioan Fericean
2015-07-08 20:08:04 +03:00
parent 7acf368bb2
commit 8668df8d49
27 changed files with 306 additions and 21 deletions

View File

@@ -0,0 +1,4 @@
#Tenant[0],UserName[1],Attribute[2],Value[3]
cgrates.org,1001,test0,val0
cgrates.org,1001,test1,val1
cgrates.org,1002,another,value
1 #Tenant[0] UserName[1] Attribute[2] Value[3]
2 cgrates.org 1001 test0 val0
3 cgrates.org 1001 test1 val1
4 cgrates.org 1002 another value