Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7790721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:40:18+00:00 2026-06-01T21:40:18+00:00

I am trying to sort the below map( Clojure) on the basis of col_nm

  • 0

I am trying to sort the below map( Clojure) on the basis of “col_nm” field, but unable to do so.

{:Mawb {:user_val "3", :col_nm "1"}, 
 :HawbDate {:user_val "", :col_nm "3"}, 
 :EtlBatchID {:user_val "1", :col_nm "2"}}

The output should be:

{:Mawb {:user_val "3", :col_nm "1"}, 
 :EtlBatchID {:user_val "1", :col_nm "2"}, 
 :HawbDate {:user_val "", :col_nm "3"} }

Can anyone help me, thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T21:40:20+00:00Added an answer on June 1, 2026 at 9:40 pm

    Try this one:

    (def m {:Mawb {:user_val "3", :col_nm "1"},
            :HawbDate {:user_val "", :col_nm "3"},
            :EtlBatchID {:user_val "1", :col_nm "2"}})
    
    (sort-by (comp :col_nm second) m)
    => ([:Mawb {:user_val "3", :col_nm "1"}]
        [:EtlBatchID {:user_val "1", :col_nm "2"}]
        [:HawbDate {:user_val "", :col_nm "3"}])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to sort the array below by memnum in ascending order, and I'm a
I am trying to sort a vector below using boost::phoenix library. The class Foo
I'm trying to sort the file below as follows: col1 (Ascending) col2 (Descending) col3
i have been trying to sort alias field defined in the setselect method as
I have a dictinary like below and trying to sort that by keys(which are
I am trying to sort the each columns in my JQGrid but its not
i am trying to sort out my validation, below is my code, i have
I am trying to sort an array. For instance, given array a (below), I
I am currently trying to sort a range of dynamic dates using jQuery but
I am trying to sort a table but I am calling the table from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.