More Tools
String Total Length & Line Calculator
Query String & POST String Tidy
String & Text Encoder
String & Text Decoder
Text to List Converter
Data Miner
Html Form POST Extractor
List Prefix & Postfix Processor
JSUnFuck - JSFuck Decoder
Private Investment Scheme Calculator
Your IP Address:
18.217.162.18
CoderTab
Online Coding Tools for Coders & Developers
CoderTab :
Data Miner
Data mining is the computing process of discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems.
Instead of using complex regular expression formula to do data mining, this Data Miner tool can help to extract data using string-matching (start signal + end signal).
The sample below will extract the decimal point amount from
XML attribute, please click to see the result.
<?xml version = "1.0" encoding="UTF-8" standalone="yes"?> <document> <employee> <name> <lastname>Kelly</lastname> <firstname>Grace</firstname> </name> <hiredate>October 15, 2005</hiredate> <projects> <project> <product>Printer</product> <id>111</id> <price>$111.25</price> </project> <project> <product>Laptop</product> <id>222</id> <price>$989.99</price> </project> </projects> </employee> <employee> <name> <lastname>Grant</lastname> <firstname>Cary</firstname> </name> <hiredate>October 20, 2005</hiredate> <projects> <project> <product>Desktop</product> <id>333</id> <price>$2995.05</price> </project> <project> <product>Scanner</product> <id>444</id> <price>$200.50</price> </project> </projects> </employee> </document>
Start Signal 1:
Start Signal 2:
End Signal:
Trim Empty Result
Numbering
Copyright © 2017 CoderTab.com