Tour Data Extraction

Extract structured tour data from DOCX files into standardized JSONL records.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jameshung2015/TourGuideAnalysisTool --skill tour-data-extraction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tour Data Extraction
Source: https://github.com/jameshung2015/TourGuideAnalysisTool/tree/main/skills/data_extraction
Command: npx skills add https://github.com/jameshung2015/TourGuideAnalysisTool --skill tour-data-extraction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extract structured data from historical tour planning DOCX files and convert it into standardized JSONL records for analysis, reporting, and integration.

Core Features & Use Cases

  • Extracts attractions, hotels, transportation, and itineraries from DOCX sources.
  • Performs data cleaning, deduplication, standardization, and price normalization.
  • Anonymizes PII and generates anonymized client IDs for privacy compliance.
  • Use Case: Create analytics-ready datasets for city-level travel insights and cross-project reporting.

Quick Start

Run the skill on a folder of historical DOCX files to extract structured data.

Frequently Asked Questions about Tour Data Extraction

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract structured data from travel planning DOCX files into JSONL format?

To extract structured data from travel planning DOCX files, you can batch process historical itineraries to output standardized JSONL records for attractions, hotels, transportation, and itineraries. This conversion enables downstream analysis, reporting, and integration.

What is the best way to clean and anonymize travel itinerary data extracted from DOCX sources?

The best way to clean and anonymize travel itinerary data is to apply de-duplication, price normalization, and PII anonymization during the DOCX extraction process. This generates anonymized client IDs to ensure privacy compliance in your structured JSONL output.

Can I batch extract attractions and hotels from a directory of historical DOCX itineraries?

Yes, you can batch extract attractions, hotels, transportation, and itineraries from a directory of historical DOCX files. The skill processes the specified input directory and writes categorized structured JSONL records to processed output files.

Does DOCX to JSONL extraction handle price normalization and data deduplication for trip planning records?

Yes, DOCX to JSONL extraction handles price normalization and data de-duplication for trip planning records. It performs comprehensive data cleaning and standardization on the extracted attractions, hotels, and transportation information to ensure analytics-ready outputs.

Are there limitations when processing historical tour planning DOCX files with error handling?

The skill includes error handling for processing historical tour planning DOCX files, but limitations depend on the consistency of your source documents. It is designed for standard travel itineraries, so highly irregular or unstructured DOCX files may impact extraction accuracy.