🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "transformation"

Found 29 matching component(s)

  • function get_bib

    Fetches BibTeX citation data for a given DOI (Digital Object Identifier) from the CrossRef API.

    File: /tf/active/vicechatdev/offline_parser_docstore.py

    bibliography citation bibtex doi crossref
  • function generate_diagram_data

    Transforms Neo4j schema information into a structured format suitable for graph visualization, creating separate node and edge data structures.

    File: /tf/active/vicechatdev/neo4j_schema_report.py

    graph-visualization schema-processing neo4j data-transformation diagram-generation
  • function test_excel_output

    A test function that validates Excel output generation for contract analysis results, ensuring new fields (third_party_emails, third_party_tax_ids) are properly formatted and persisted.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_excel_output.py

    testing unit-test excel data-validation contract-analysis
  • function html_to_markdown

    Converts HTML text back to Markdown format using regex-based pattern matching and replacement, handling headers, code blocks, formatting, links, lists, and HTML entities.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    html markdown conversion text-processing regex
  • function html_to_plain_text_with_formatting

    Parses HTML content and converts it to plain text while preserving formatting information, returning a list of text segments with their associated format types (headers, bold, or normal).

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    html-parsing text-extraction document-processing format-preservation html-to-text
  • function convert_quill_delta_to_html

    Converts Quill Delta format (rich text editor format) to HTML, with fallback handling for plain text, JSON strings, and already-formatted HTML content.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    quill delta html-conversion rich-text text-processing
  • class LegacySystemMigrator

    Migrates data from a legacy file-based document system to a new database-backed architecture with TextSection-centric design, including document metadata, sections, chat configurations, and version history.

    File: /tf/active/vicechatdev/vice_ai/migration.py

    migration data-migration legacy-system database document-management
  • class DocumentExportService

    Service class for exporting documents in various formats with enhanced formatting, providing both full structured exports and content-only exports.

    File: /tf/active/vicechatdev/vice_ai/services.py

    document-export data-transformation formatting serialization document-management
  • function get_document_type_name

    Looks up and returns the full document type name corresponding to a given document type code by searching through a DOCUMENT_TYPES dictionary.

    File: /tf/active/vicechatdev/CDocs/settings_prod.py

    lookup dictionary reverse-mapping document-types code-to-name
  • function get_department_name

    Looks up and returns the full department name corresponding to a given department code by searching through a DEPARTMENTS dictionary.

    File: /tf/active/vicechatdev/CDocs/settings_prod.py

    lookup dictionary mapping department reverse-lookup
  • function get_department_code

    Retrieves a department code by looking up a department's full name in a DEPARTMENTS dictionary, returning the original name if not found.

    File: /tf/active/vicechatdev/CDocs/settings_prod.py

    lookup dictionary mapping department code-conversion
  • function get_document_status_code

    Retrieves a document status code from a dictionary lookup using the provided full name, returning the name itself if not found.

    File: /tf/active/vicechatdev/CDocs/settings_prod.py

    lookup dictionary document-management status-code mapping
  • function migrate_audit_trail

    Migrates existing audit events from a legacy format to a new AuditTrail structure in a Neo4j database, returning migration statistics.

    File: /tf/active/vicechatdev/CDocs/db/db_operations.py

    database-migration audit-trail neo4j schema-migration data-transformation
  • function migrate_approval_data

    Migrates legacy single-step approval records in Neo4j to a new multi-step approval model by creating ApprovalStep nodes and Approver nodes with proper relationships.

    File: /tf/active/vicechatdev/CDocs/db/schema_manager.py

    database-migration neo4j graph-database data-transformation approval-workflow
  • function migrate_approval_cycles

    Migrates legacy Approval nodes and their related structures to the new ApprovalCycle model in a Neo4j graph database, creating ApprovalCycle nodes and ApproverAssignment nodes while maintaining relationships with DocumentVersion nodes.

    File: /tf/active/vicechatdev/CDocs/db/schema_manager.py

    database-migration neo4j graph-database approval-workflow data-transformation
  • function get_users

    Retrieves user information from a Neo4j graph database for display in an admin panel, with optional filtering by user ID.

    File: /tf/active/vicechatdev/CDocs/controllers/admin_controller.py

    database neo4j user-management admin query
  • function get_departments

    Retrieves all departments from application settings and formats them as a list of dictionaries with standardized department information including id, code, name, description, and active status.

    File: /tf/active/vicechatdev/CDocs/controllers/admin_controller.py

    departments settings configuration data-retrieval error-handling
  • function convert_to_pdf

    Converts a document file to PDF format, automatically generating an output path if not specified.

    File: /tf/active/vicechatdev/CDocs/utils/pdf_utils.py

    pdf conversion document-processing file-conversion pdf-generation
  • function _process_event_record

    Processes a single event record from a database by normalizing timestamps, adding user information, and parsing JSON details fields.

    File: /tf/active/vicechatdev/CDocs/utils/audit_trail.py

    data-processing event-processing database timestamp-normalization json-parsing
  • function query_iteration_to_dict

    Instance method that serializes a QueryIteration object into a dictionary representation, including iteration metadata, SQL query details, data shape, and assessment information.

    File: /tf/active/vicechatdev/full_smartstat/enhanced_sql_workflow.py

    serialization dictionary-conversion data-transformation query-iteration sql-workflow
  • function capitalize_unicode_name

    Transforms Unicode character name strings by removing the word 'capital' and capitalizing the following word, converting strings like 'capital delta' to 'Delta'.

    File: /tf/active/vicechatdev/patches/util.py

    string-manipulation text-processing unicode identifier-sanitization character-names
  • class sanitize_identifier_fn

    A parameterized function class that sanitizes strings (group/label values) to make them safe for use as Python attribute names in AttrTree structures by converting special characters to their unicode names and applying transformations.

    File: /tf/active/vicechatdev/patches/util.py

    sanitization identifier unicode string-processing attribute-names
  • function rename_stream_kwargs

    Maps parameter names in a kwargs dictionary to their renamed equivalents for a given stream object, with optional reverse mapping from renamed back to original names.

    File: /tf/active/vicechatdev/patches/util.py

    parameter-mapping dictionary-transformation stream-processing parameter-renaming bidirectional-mapping
  • function unpack_group

    Unpacks a pandas DataFrame group by iterating over rows and yielding tuples of keys and objects, with special handling for objects with 'kdims' attribute.

    File: /tf/active/vicechatdev/patches/util.py

    pandas dataframe groupby iterator generator
  • function capitalize

    Capitalizes the first letter of a string, leaving the rest of the string unchanged.

    File: /tf/active/vicechatdev/patches/util.py

    string-manipulation text-processing capitalization formatting utility
  • function migrate_approval_data_v1

    Migrates legacy single-step approval records in Neo4j to a new multi-step approval model by creating ApprovalStep nodes and Approver nodes with proper relationships.

    File: /tf/active/vicechatdev/CDocs single class/db/schema_manager.py

    database-migration neo4j graph-database data-transformation approval-workflow
  • function migrate_review_assignments

    Migrates legacy review data from direct REVIEWED_BY relationships to a new ReviewerAssignment node model in a Neo4j graph database.

    File: /tf/active/vicechatdev/CDocs single class/db/schema_manager.py

    database-migration neo4j graph-database data-transformation reviewer-assignment
  • function create_new_filename

    Modifies a PDF filename by inserting '_fully_signed' before the file extension, leaving non-PDF filenames unchanged.

    File: /tf/active/vicechatdev/mailsearch/copy_signed_documents.py

    filename-manipulation string-processing pdf file-naming document-processing
  • function process_single_remarkable_file

    Asynchronously processes a single document from reMarkable Cloud by downloading it, processing it through an e-ink LLM processor, and returning the path to the generated response PDF.

    File: /tf/active/vicechatdev/e-ink-llm/remarkable_processor.py

    async remarkable cloud-storage document-processing pdf-generation

Search Examples