Skip to content

.articles files

BShahinBShahin Egypt
edited May 2016 in Need Help
Hi,
I just tried to edit/generate .articles files (that needed by the projects using articles) using text editor
I think the file contains multiple line, each line will be for each article
in each line the title, then the summary, then the body
the issue is what character used to separate the line parts
when I tried to open it using notepad++ I found this word in a black background 'SOH'
also I noticed that you are using PS Pad, but the separator is looking like a normal space (but it is not a normal space)

Sven, Please let me know how can I generate this character, also should I use UTF8 or ANSI?
also I noticed that there is a random value generated by the end of each line, but I think it is no matter to ignore it (right?)

Thanks in advance :)

Comments

  • Sven
    any ideas about this issue?
  • SvenSven www.GSA-Online.de
    edited January 2017
    it is alway ansii and the char you need is 0xff# 0x01

    the last item in line is some unique id (usually a hash)
  • seohubseohub SoundSEO.com
    Actually, that's
    DEC

    OCT HEX BIN Symbol HTML Number HTML Name Description
    10010100000001SOH Start of Heading

  • SvenSven www.GSA-Online.de
    @seohub yes you are right, I use 0x01 as seperator in here.
  • I just copied it from the GSA created file, and use it, that is how it works for me :)
Sign In or Register to comment.