F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Michael_107360's avatar
Aug 08, 2017
Solved

File format for import to Data Group

I am building an Internal Datagroup and looking for a way to import 1000 entries the data group looks like this

 

ltm data-group internal advisors_datagroup { partition DevQa records { test.com { data /team/test-group/ } testuser2.com { data /team/testuser-group/ } testuser3.com { data /test.user/ } testuser4.com { data /team/testuser4-and-associates/ } } type string }

 

How do I format the File? Is the file formated like this:

 

"name1" := "valueA", "name2" := "valueB", "name3" := "valueC",

 

Please advise