Forum Discussion

Abed_AL-R's avatar
Abed_AL-R
Icon for Cirrostratus rankCirrostratus
Dec 06, 2018

data group list import- invalid format

Hi

I'm trying to import a file to data group file list but git this error:

0107169a:3: The data group external file (/config/filestore/.stage_d/169_d/Common_d/data_group_d/:Common:newfile_64379_1) has an invalid format, line: 1.

I want to import string file that has websites , each website has its value for example:

www.ping.com , value 2
www.earth.com , value 1

On which format the file should be ? CSV ? And which format to write the file ?

  • I tried to import txt file has this values in it

    "site1.com" := "1",
    "site2.org" := "2",
    "site3.com" := "1",
    

    still , same error : invalid format, line: 1.