- Issue created by @vasyok
- π³π±Netherlands megachriz
What kind of syntax is this? Anyway, I don't know if there already is a module that can parse this format.
Since the format looks similar to XML, if you want to write a parser yourself, I recommend to create a FeedsParser plugin with a class that extends
\Drupal\feeds_ex\Feeds\Parser\ParserBase
. That class is part of Feeds Extensible Parsers β , so that one would be your module's dependency.Marking this as "Fixed" because I gave an answer. Feel free to reopen if you need more information or help.
- πΊπ¦Ukraine vasyok
Thanx megachriz. Right now a i found XML source so i don need custom module.