Giter VIP home page Giter VIP logo

Comments (4)

jeff-bowles avatar jeff-bowles commented on May 29, 2024 1

from fwdataviz.

shriprem avatar shriprem commented on May 29, 2024

@jeff-bowles, please see the GSN-Flagged Weather Stations sample file provided with the plugin. You can find it under Sample Files ยป Sample Multiple-Record-Type Files. This sample has two record types:

  1. GSN Weather Station. Record Regex Key: ^.{72}GSN
  2. Non-GSN Weather Station. Record Regex Key: ^.{72}[^G]

You will note that for both these record types, the Record Starts With field is blank in the metadata editor and the .ini file. The Record Starts With is a convenience field for users. As this field is being input, it is immediately translated into the Record Regex Key field value. This Regex Key value is the one actually used by the plugin to visualize files.

The plugin's metadata editor does a reverse translation of the Record Regex Key field changes to the Record Starts With value only when possible. If the regex key is not based on the initial characters alone, it leaves the Record Starts With field blank.

If your record-type is going to be based solely on the regex key, you can leave the Record Starts With field blank.

Hope this clarifies your issue.

from fwdataviz.

shriprem avatar shriprem commented on May 29, 2024

Also, see ICD-10 Billable-Flagged Order Codes sample file. In this file, an order is deemed billable or not by the presence of '1' (billable) or '0' (non-billable) in the 15th position of each order record. The regex keys used here are ^.{14}1 and ^.{14}0, respectively.

@jeff-bowles , unless I hear otherwise in the next 24 hours, I will deem this issue needs no further resolution, and will close it.

from fwdataviz.

shriprem avatar shriprem commented on May 29, 2024

Jeff, thank you for your kind compliments. Glad to have helped.

from fwdataviz.

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.