Coder Social home page Coder Social logo

Comments (8)

Sicos1977 avatar Sicos1977 commented on June 12, 2024

Sure ... if you make it optional

from ifiltertextreader.

Sicos1977 avatar Sicos1977 commented on June 12, 2024

I just released a new package https://www.nuget.org/packages/IFilterTextReader/1.6.1

from ifiltertextreader.

mguinness avatar mguinness commented on June 12, 2024

New package works great, thanks!

from ifiltertextreader.

mantis avatar mantis commented on June 12, 2024

@Sicos1977 and @mguinness the only problem with this is that it's possible to have meta data properties are duplicated e.g.

Names: foo
Names: bar

In this scenario, the dictionary generates a key already exists exception. I'll log a separate issue for this also

from ifiltertextreader.

mguinness avatar mguinness commented on June 12, 2024

Out of interest what is the output of filtdump of an example file? I imagine the tags are coming from different sections in the file. Changing the field type to List<KeyValuePair<string, object>> would work.

from ifiltertextreader.

mantis avatar mantis commented on June 12, 2024

@mguinness - sorry, I didn't rush back to this - in this case it's the same section, but the 'different sections' is also a problem

CHUNK: ---------------------------------------------------------------
Attribute = {2C443B1E-F1E2-404F-974D-E21FEF8E70AA}\Names
idChunk = 13
BreakType = 2 (Sentence)
Flags (chunkstate) = (Value)
Locale = 2057 (0x809)
IdChunkSource = 13
cwcStartSource = 0
cwcLenSource = 0

VALUE: ---------------------------------------------------------------
Type = 31 (0x1f), VT_LPWSTR
Value = "Test A"

CHUNK: ---------------------------------------------------------------
Attribute = {2C443B1E-F1E2-404F-974D-E21FEF8E70AA}\Names
idChunk = 14
BreakType = 2 (Sentence)
Flags (chunkstate) = (Value)
Locale = 2057 (0x809)
IdChunkSource = 14
cwcStartSource = 0
cwcLenSource = 0

VALUE: ---------------------------------------------------------------
Type = 31 (0x1f), VT_LPWSTR
Value = "Test B"


  <rdf:Description rdf:about=""
        xmlns:TestSchema="http://test">
     <TestSchema:Names>
        <rdf:Bag>
           <rdf:li>Test A</rdf:li>
           <rdf:li>Test B</rdf:li>
        </rdf:Bag>
     </TestSchema:Names>
  </rdf:Description>

Now, whilst we changed to <string, object> - and i'm going to look at this again soon - for some reason, I seem to recall thinking that including the schema into the output would be useful: Pretty sure I found that <string becomes 'Names' - so if a purpose is to allow an application to filter on a specific filter lets say the meta data property output doesn't let you identify the same name from different paths if there is a conflict. So for example, I have

image

Where we have System.Title, title and Title.

One of them is dc:tittle - the other is TestSchema:Title - and presumably the System.Title is the default document title outside the metadata. This I think is the issue that you were hitting on?

from ifiltertextreader.

mguinness avatar mguinness commented on June 12, 2024

Thanks for the reply. The example you cited seems more like an array of names. Can you upload a small example document?

from ifiltertextreader.

mantis avatar mantis commented on June 12, 2024

@mguinness - it was indeed an array of names - sample image uploaded below: (hopefully github doesn't modify it)

pixel

from ifiltertextreader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.