> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/in/product-tour-web-app/import-precision-agriculture-data/csv-excel.md).

# मिट्टी लैब परिणाम (CSV/Excel) - स्मार्ट इम्पोर्ट

## अवलोकन

मिट्टी की लैब फाइलें अक्सर बिखरी हुई होती हैं: अलग-अलग टेम्पलेट, भाषाएँ, कॉलम नाम, इकाइयाँ, और यहाँ तक कि एक ही Excel में कई शीटें भी। Smart Import इन फाइलों को अपने-आप समझ लेता है और साफ़ विश्लेषण और सिफ़ारिशों के लिए इन्हें एकसार सैंपलिंग-पॉइंट डेटा में बदल देता है।

<figure><img src="/files/e64e9d710243f2c93c6e176e632aeecfd3fa3a60" alt="Automated parsing of csv/excel soil lab results"><figcaption><p>CSV/Excel मिट्टी लैब परिणामों की स्वचालित पार्सिंग</p></figcaption></figure>

## समर्थित फ़ाइलें

* CSV (.csv)
* Excel (.xls, .xlsx), जिसमें कई शीट वाली वर्कबुक भी शामिल हैं
* प्रति अपलोड कई फ़ाइलें (प्रति फ़ाइल 40 MB)

## क्या अपने-आप होता है

* ऑटो-पार्सिंग: असली तालिका + हेडर ढूँढता है (यहाँ तक कि “गैर-मानक” लेआउट में भी)
* बहुभाषी समर्थन: अलग-अलग भाषाओं/स्थानीय नामों में सामान्य लैब गुणों के नाम पहचानता है
* स्मार्ट मैपिंग: मैक्रो + माइक्रो-पोषक तत्व पहचानता है और मैपिंग का पूर्वावलोकन बनाता है (जिसे बदला जा सकता है)
* इकाइयों की मैपिंग + मानकीकरण: इकाइयाँ पहचानता है, उन्हें एक जैसी इकाइयों में बदलता है, अजीब/मिश्रित इकाइयों को चिन्हित करता है
* खेत-मैपिंग: GeoPard Sampling Plan या फ़ाइल में मौजूद निर्देशांकों के जरिए बिंदुओं को खेतों से मिलाता है

## GEOPARD लैब परिणामों को खेतों से कैसे मिलाता है

GeoPard लैब परिणामों को सही खेत से चार तरीकों से मिला सकता है:

1. **बिंदु निर्देशांक (`देशांतर` / `अक्षांश`)**\
   देशांतर और अक्षांश के लिए दो कॉलम इस्तेमाल करें। अगर बिंदु खेत की सीमा के अंदर आता है, तो GeoPard उसे स्थान के आधार पर मिलाता है।
2. **WKT ज्यामिति**\
   WKT ज्यामिति वाला एक कॉलम इस्तेमाल करें। GeoPard ज्यामिति को खेत की सीमा से स्थान के आधार पर मिलाता है।
3. **खेत का नाम / खेत ID**\
   खेत के नाम या खेत ID वाला टेक्स्ट कॉलम इस्तेमाल करें। GeoPard इसकी तुलना खेत से करता है `TagString`. आप लेबल से भी फ़िल्टर कर सकते हैं।\
   `Field ID` GeoPard खेत का UUID है।
4. **Sampling Plan ID**\
   सैंपलिंग प्लान के साथ बना अनोखा Sampling Plan ID इस्तेमाल करें। जब लैब परिणाम GeoPard-जनरेटेड सैंपलिंग वर्कफ़्लो से वापस आते हैं, तो यह सबसे भरोसेमंद विकल्प है।

## कैसे इंपोर्ट करें

1. डेटा इंपोर्ट करें → फ़ाइलें अपलोड करें → लैब परिणाम
2. CSV/XLS/XLSX अपलोड करें
3. खेत / सैंपलिंग प्लान चुनें (अगर उपलब्ध हो) + तारीखें
4. प्रीव्यू में मैपिंग + इकाइयाँ जाँचें
5. अपलोड करें

## प्लानिंग से जोड़ना

इनके साथ सबसे अच्छा काम करता है [मिट्टी सैंपलिंग - स्वचालित योजना](/geopard-tutorials/in/product-tour-web-app/soil-sampling-automated-planning.md) या निर्देशांक वाली फ़ाइलें।

## सभी उपयोगकर्ताओं के लिए उपलब्ध है।


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/in/product-tour-web-app/import-precision-agriculture-data/csv-excel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
